Skip to content

Testing internationalization (i18n) support

Michael J. Giarlo edited this page Jan 30, 2017 · 3 revisions

If you want to see missing internationalization keys, set an environment variable called I18N_DEBUG, for example, in bash:

export I18N_DEBUG=true

And when running the test suite, output such as follows is written to .internal_test_app/log/test.log:

[i18n-debug] en.unauthorized.read.module => nil
[i18n-debug] en.unauthorized.manage.module => nil
[i18n-debug] en.unauthorized.read.all => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.toolbar.admin.menu => "Administration"
[i18n-debug] en.hyrax.admin.sidebar.statistics => "Statistics"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.base.social_media.facebook => "Facebook"
[i18n-debug] en.hyrax.base.social_media.twitter => "Twitter"
[i18n-debug] en.hyrax.base.social_media.google => "Google+"
[i18n-debug] en.hyrax.base.social_media.tumblr => "Tumblr"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.base.social_media.facebook => "Facebook"
[i18n-debug] en.hyrax.base.social_media.twitter => "Twitter"
[i18n-debug] en.hyrax.base.social_media.google => "Google+"
[i18n-debug] en.hyrax.base.social_media.tumblr => "Tumblr"
[i18n-debug] en.hyrax.single_use_links.button => "Single-Use Link to File"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.base.social_media.facebook => "Facebook"
[i18n-debug] en.hyrax.base.social_media.twitter => "Twitter"
[i18n-debug] en.hyrax.base.social_media.google => "Google+"
[i18n-debug] en.hyrax.base.social_media.tumblr => "Tumblr"
[i18n-debug] en.blacklight.search.fields.show.rights => nil
[i18n-debug] en.blacklight.search.fields.rights => nil
[i18n-debug] en.hyrax.schema_org.rights.type => nil
[i18n-debug] en.hyrax.schema_org.rights.property => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.activerecord.attributes.user.password => nil
[i18n-debug] en.attributes.password => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.activerecord.attributes.user.remember_me => nil
[i18n-debug] en.attributes.remember_me => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.profile.login => "Login"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.devise.sessions.user.signed_in => nil
[i18n-debug] en.devise.sessions.signed_in => "Signed in successfully."
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.dashboard.no_notifications => "User has no notifications"
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.activerecord.attributes.user.password => nil
[i18n-debug] en.attributes.password => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.activerecord.attributes.user.remember_me => nil
[i18n-debug] en.attributes.remember_me => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.profile.login => "Login"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.devise.sessions.user.signed_in => nil
[i18n-debug] en.devise.sessions.signed_in => "Signed in successfully."
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.dashboard.no_notifications => "User has no notifications"
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.collection.edit.description => "Descriptions"
[i18n-debug] en.simple_form.labels.collection.new.title => nil
[i18n-debug] en.simple_form.labels.collection.title => nil
[i18n-debug] en.simple_form.labels.defaults.new.title => nil
[i18n-debug] en.simple_form.labels.defaults.title => nil
[i18n-debug] en.simple_form.required.text => "required"
[i18n-debug] en.simple_form.required.mark => "*"
[i18n-debug] en.simple_form.required.html => "<span class=\"label label-info required-tag\">required</span>"
[i18n-debug] en.simple_form.hints.collection.new.title => nil
[i18n-debug] en.simple_form.hints.collection.title => "A name to aid in identifying a collection."
[i18n-debug] en.hyrax.collection.edit.additional_fields => "Additional fields"
[i18n-debug] en.simple_form.labels.collection.new.creator => nil
[i18n-debug] en.simple_form.labels.collection.creator => nil
[i18n-debug] en.simple_form.labels.defaults.new.creator => nil
[i18n-debug] en.simple_form.labels.defaults.creator => nil
[i18n-debug] en.simple_form.hints.collection.new.creator => nil
[i18n-debug] en.simple_form.hints.collection.creator => "The person or group responsible for the collection. Usually this is the author of the content. Personal names should be entered with the last name first, e.g. &quot;Smith, John.&quot;."
[i18n-debug] en.simple_form.labels.collection.new.contributor => nil
[i18n-debug] en.simple_form.labels.collection.contributor => nil
[i18n-debug] en.simple_form.labels.defaults.new.contributor => nil
[i18n-debug] en.simple_form.labels.defaults.contributor => nil
[i18n-debug] en.simple_form.hints.collection.new.contributor => nil
[i18n-debug] en.simple_form.hints.collection.contributor => "A person or group you want to recognize for playing a role in the creation of the collection, but not the primary role."
[i18n-debug] en.simple_form.labels.collection.new.description => nil
[i18n-debug] en.simple_form.labels.collection.description => nil
[i18n-debug] en.simple_form.labels.defaults.new.description => nil
[i18n-debug] en.simple_form.labels.defaults.description => "Abstract or Summary"
[i18n-debug] en.simple_form.hints.collection.new.description => nil
[i18n-debug] en.simple_form.hints.collection.description => "Free-text notes about the collection. Examples include abstracts of a paper or citation information for a journal article."
[i18n-debug] en.simple_form.labels.collection.new.keyword => nil
[i18n-debug] en.simple_form.labels.collection.keyword => nil
[i18n-debug] en.simple_form.labels.defaults.new.keyword => nil
[i18n-debug] en.simple_form.labels.defaults.keyword => "Keyword"
[i18n-debug] en.simple_form.hints.collection.new.keyword => nil
[i18n-debug] en.simple_form.hints.collection.keyword => "Words or phrases you select to describe what the collection is about. These are used to search for content."
[i18n-debug] en.simple_form.labels.collection.new.rights => nil
[i18n-debug] en.simple_form.labels.collection.rights => nil
[i18n-debug] en.simple_form.labels.defaults.new.rights => nil
[i18n-debug] en.simple_form.labels.defaults.rights => nil
[i18n-debug] en.simple_form.hints.collection.new.rights => nil
[i18n-debug] en.simple_form.hints.collection.rights => "Licensing and distribution information governing access to the collection. Select from the provided drop-down list."
[i18n-debug] en.simple_form.labels.collection.new.publisher => nil
[i18n-debug] en.simple_form.labels.collection.publisher => nil
[i18n-debug] en.simple_form.labels.defaults.new.publisher => nil
[i18n-debug] en.simple_form.labels.defaults.publisher => nil
[i18n-debug] en.simple_form.hints.collection.new.publisher => nil
[i18n-debug] en.simple_form.hints.collection.publisher => "The person or group making the collection available. Generally this is the institution."
[i18n-debug] en.simple_form.labels.collection.new.date_created => nil
[i18n-debug] en.simple_form.labels.collection.date_created => nil
[i18n-debug] en.simple_form.labels.defaults.new.date_created => nil
[i18n-debug] en.simple_form.labels.defaults.date_created => "Date Created"
[i18n-debug] en.simple_form.hints.collection.new.date_created => nil
[i18n-debug] en.simple_form.hints.collection.date_created => "The date on which the collection was created."
[i18n-debug] en.simple_form.labels.collection.new.subject => nil
[i18n-debug] en.simple_form.labels.collection.subject => nil
[i18n-debug] en.simple_form.labels.defaults.new.subject => nil
[i18n-debug] en.simple_form.labels.defaults.subject => nil
[i18n-debug] en.simple_form.hints.collection.new.subject => nil
[i18n-debug] en.simple_form.hints.collection.subject => "Headings or index terms describing what the collection is about; these do need to conform to an existing vocabulary."
[i18n-debug] en.simple_form.labels.collection.new.language => nil
[i18n-debug] en.simple_form.labels.collection.language => nil
[i18n-debug] en.simple_form.labels.defaults.new.language => nil
[i18n-debug] en.simple_form.labels.defaults.language => nil
[i18n-debug] en.simple_form.hints.collection.new.language => nil
[i18n-debug] en.simple_form.hints.collection.language => "The language of the collection's content."
[i18n-debug] en.simple_form.labels.collection.new.identifier => nil
[i18n-debug] en.simple_form.labels.collection.identifier => nil
[i18n-debug] en.simple_form.labels.defaults.new.identifier => nil
[i18n-debug] en.simple_form.labels.defaults.identifier => nil
[i18n-debug] en.simple_form.hints.collection.new.identifier => nil
[i18n-debug] en.simple_form.hints.collection.identifier => "A unique handle identifying the collection. An example would be a DOI for a journal article, or an ISBN or OCLC number for a book."
[i18n-debug] en.simple_form.labels.collection.new.based_near => nil
[i18n-debug] en.simple_form.labels.collection.based_near => nil
[i18n-debug] en.simple_form.labels.defaults.new.based_near => nil
[i18n-debug] en.simple_form.labels.defaults.based_near => "Location"
[i18n-debug] en.simple_form.hints.collection.new.based_near => nil
[i18n-debug] en.simple_form.hints.collection.based_near => "A place name related to the collection, such as its site of publication, or the city, state, or country the collection contents are about. Calls upon the <a href='http://www.geonames.org'>GeoNames web service</a>."
[i18n-debug] en.simple_form.labels.collection.new.related_url => nil
[i18n-debug] en.simple_form.labels.collection.related_url => nil
[i18n-debug] en.simple_form.labels.defaults.new.related_url => nil
[i18n-debug] en.simple_form.labels.defaults.related_url => "Related URL"
[i18n-debug] en.simple_form.hints.collection.new.related_url => nil
[i18n-debug] en.simple_form.hints.collection.related_url => "A link to a website or other specific content (audio, video, PDF document) related to the collection. An example is the URL of a research project from which the collection was derived."
[i18n-debug] en.simple_form.labels.collection.new.resource_type => nil
[i18n-debug] en.simple_form.labels.collection.resource_type => nil
[i18n-debug] en.simple_form.labels.defaults.new.resource_type => nil
[i18n-debug] en.simple_form.labels.defaults.resource_type => nil
[i18n-debug] en.simple_form.hints.collection.new.resource_type => nil
[i18n-debug] en.simple_form.hints.collection.resource_type => "Pre-defined categories to describe the type of content being uploaded, such as &quot;article&quot; or &quot;dataset.&quot;  More than one type may be selected."
[i18n-debug] en.hyrax.visibility.open.label_html => "<span class=\"label label-success\">Open Access</span>"
[i18n-debug] en.hyrax.institution_name => "Institution Name"
[i18n-debug] en.hyrax.visibility.authenticated.label_html => "<span class=\"label label-info\">%{institution}</span>"
[i18n-debug] en.hyrax.visibility.private.label_html => "<span class=\"label label-danger\">Private</span>"
[i18n-debug] en.helpers.action.cancel => "Cancel"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.activerecord.attributes.user.password => nil
[i18n-debug] en.attributes.password => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.activerecord.attributes.user.remember_me => nil
[i18n-debug] en.attributes.remember_me => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.profile.login => "Login"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.devise.sessions.user.signed_in => nil
[i18n-debug] en.devise.sessions.signed_in => "Signed in successfully."
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.dashboard.no_notifications => "User has no notifications"
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.search.rss_feed => "RSS for results"
[i18n-debug] en.blacklight.search.atom_feed => "Atom for results"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.dashboard.my.collections => "My Collections"
[i18n-debug] en.hyrax.dashboard.my.highlights => "My Highlights"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.collection.select_form.title => "Add to collection"
[i18n-debug] en.hyrax.collection.select_form.no_collections => "You do not have access to any existing collections. You may create a new collection."
[i18n-debug] en.hyrax.collection.select_form.close => "Close"
[i18n-debug] en.hyrax.collection.select_form.create => "Create Collection"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.listing => "Listing of items you have deposited in"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.check_all_label => "Select all files to be added to a collection or edited"
[i18n-debug] en.hyrax.dashboard.my.heading.title => "Title"
[i18n-debug] en.hyrax.dashboard.my.heading.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.dashboard.my.heading.visibility => "Visibility"
[i18n-debug] en.hyrax.dashboard.my.heading.action => "Action"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.admin.admin_sets.form.permission_update_notices.participants => "The administrative set's participant rights have been updated"
[i18n-debug] en.unauthorized.update.nil_class => nil
[i18n-debug] en.unauthorized.manage.nil_class => nil
[i18n-debug] en.unauthorized.update.all => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.hyrax.base.items.header => "Items"
[i18n-debug] en.hyrax.base.items.thumbnail => "Thumbnail"
[i18n-debug] en.hyrax.base.items.title => "Title"
[i18n-debug] en.hyrax.base.items.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.base.items.visibility => "Visibility"
[i18n-debug] en.hyrax.base.items.actions => "Actions"
[i18n-debug] en.hyrax.base.items.header => "Items"
[i18n-debug] en.hyrax.base.items.thumbnail => "Thumbnail"
[i18n-debug] en.hyrax.base.items.title => "Title"
[i18n-debug] en.hyrax.base.items.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.base.items.visibility => "Visibility"
[i18n-debug] en.hyrax.base.items.actions => "Actions"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.api.success.default => "Your request was processed successfully."
[i18n-debug] en.hyrax.api.deleted.default => "Deleted the Resource"
[i18n-debug] en.hyrax.api.accepted.default => "Your request has been accepted for processing, but processing is not complete. See job for more info."
[i18n-debug] en.hyrax.api.bad_request.default => "Unable to process your request.  See errors for more info."
[i18n-debug] en.hyrax.api.unauthorized.default => "You must be logged in to do that!"
[i18n-debug] en.hyrax.api.forbidden.default => "You are not authorized to access this content."
[i18n-debug] en.hyrax.api.not_found.default => "Could not find a resource that matches your request."
[i18n-debug] en.hyrax.api.unprocessable_entity.default => "The resource you attempted to modify cannot be modified according to your request."
[i18n-debug] en.hyrax.api.internal_error.default => "The server encountered an error."
[i18n-debug] en.unauthorized.show.generic_work => nil
[i18n-debug] en.unauthorized.read.generic_work => nil
[i18n-debug] en.unauthorized.manage.generic_work => nil
[i18n-debug] en.unauthorized.show.all => nil
[i18n-debug] en.unauthorized.read.all => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.hyrax.api.success.default => "Your request was processed successfully."
[i18n-debug] en.hyrax.api.deleted.default => "Deleted the Resource"
[i18n-debug] en.hyrax.api.accepted.default => "Your request has been accepted for processing, but processing is not complete. See job for more info."
[i18n-debug] en.hyrax.api.bad_request.default => "Unable to process your request.  See errors for more info."
[i18n-debug] en.hyrax.api.unauthorized.default => "You must be logged in to do that!"
[i18n-debug] en.hyrax.api.forbidden.default => "You are not authorized to access this content."
[i18n-debug] en.hyrax.api.not_found.default => "Could not find a resource that matches your request."
[i18n-debug] en.hyrax.api.unprocessable_entity.default => "The resource you attempted to modify cannot be modified according to your request."
[i18n-debug] en.hyrax.api.internal_error.default => "The server encountered an error."
[i18n-debug] en.activemodel.models.generic_work => nil
[i18n-debug] en.activemodel.models.active_fedora/base => nil
[i18n-debug] en.activemodel.attributes.generic_work.title => nil
[i18n-debug] en.activemodel.attributes.active_fedora/base.title => nil
[i18n-debug] en.attributes.title => nil
[i18n-debug] en.activemodel.errors.models.generic_work.attributes.title.blank => nil
[i18n-debug] en.hyrax.api.success.default => "Your request was processed successfully."
[i18n-debug] en.hyrax.api.deleted.default => "Deleted the Resource"
[i18n-debug] en.hyrax.api.accepted.default => "Your request has been accepted for processing, but processing is not complete. See job for more info."
[i18n-debug] en.hyrax.api.bad_request.default => "Unable to process your request.  See errors for more info."
[i18n-debug] en.hyrax.api.unauthorized.default => "You must be logged in to do that!"
[i18n-debug] en.hyrax.api.forbidden.default => "You are not authorized to access this content."
[i18n-debug] en.hyrax.api.not_found.default => "Could not find a resource that matches your request."
[i18n-debug] en.hyrax.api.unprocessable_entity.default => "The resource you attempted to modify cannot be modified according to your request."
[i18n-debug] en.hyrax.api.internal_error.default => "The server encountered an error."
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.unauthorized.show.generic_work => nil
[i18n-debug] en.unauthorized.read.generic_work => nil
[i18n-debug] en.unauthorized.manage.generic_work => nil
[i18n-debug] en.unauthorized.show.all => nil
[i18n-debug] en.unauthorized.read.all => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.hyrax.api.success.default => "Your request was processed successfully."
[i18n-debug] en.hyrax.api.deleted.default => "Deleted the Resource"
[i18n-debug] en.hyrax.api.accepted.default => "Your request has been accepted for processing, but processing is not complete. See job for more info."
[i18n-debug] en.hyrax.api.bad_request.default => "Unable to process your request.  See errors for more info."
[i18n-debug] en.hyrax.api.unauthorized.default => "You must be logged in to do that!"
[i18n-debug] en.hyrax.api.forbidden.default => "You are not authorized to access this content."
[i18n-debug] en.hyrax.api.not_found.default => "Could not find a resource that matches your request."
[i18n-debug] en.hyrax.api.unprocessable_entity.default => "The resource you attempted to modify cannot be modified according to your request."
[i18n-debug] en.hyrax.api.internal_error.default => "The server encountered an error."
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.activemodel.models.generic_work => nil
[i18n-debug] en.activemodel.models.active_fedora/base => nil
[i18n-debug] en.activemodel.attributes.generic_work.title => nil
[i18n-debug] en.activemodel.attributes.active_fedora/base.title => nil
[i18n-debug] en.attributes.title => nil
[i18n-debug] en.activemodel.errors.models.generic_work.attributes.title.blank => nil
[i18n-debug] en.hyrax.api.success.default => "Your request was processed successfully."
[i18n-debug] en.hyrax.api.deleted.default => "Deleted the Resource"
[i18n-debug] en.hyrax.api.accepted.default => "Your request has been accepted for processing, but processing is not complete. See job for more info."
[i18n-debug] en.hyrax.api.bad_request.default => "Unable to process your request.  See errors for more info."
[i18n-debug] en.hyrax.api.unauthorized.default => "You must be logged in to do that!"
[i18n-debug] en.hyrax.api.forbidden.default => "You are not authorized to access this content."
[i18n-debug] en.hyrax.api.not_found.default => "Could not find a resource that matches your request."
[i18n-debug] en.hyrax.api.unprocessable_entity.default => "The resource you attempted to modify cannot be modified according to your request."
[i18n-debug] en.hyrax.api.internal_error.default => "The server encountered an error."
[i18n-debug] en.hyrax.schema_org.resource_type => {:Article=>"http://schema.org/Article", :Audio=>"http://schema.org/AudioObject", :Book=>"http://schema.org/Book", :"Conference Proceeding"=>"http://schema.org/ScholarlyArticle", :Dataset=>"http://schema.org/Dataset", :Dissertation=>"http://schema.org/ScholarlyArticle", :Image=>"http://schema.org/ImageObject", :"Map or Cartographic Material"=>"http://schema.org/Map", :"Masters Thesis"=>"http://schema.org/ScholarlyArticle", :"Part of Book"=>"http://schema.org/Book", :"Research Paper"=>"http://schema.org/ScholarlyArticle", :"Software or Program Code"=>"http://schema.org/Code", :Video=>"http://schema.org/VideoObject"}
[i18n-debug] en.blacklight.search.fields.show.permission_badge => nil
[i18n-debug] en.blacklight.search.fields.permission_badge => nil
[i18n-debug] en.hyrax.schema_org.permission_badge.type => nil
[i18n-debug] en.hyrax.schema_org.permission_badge.property => nil
[i18n-debug] en.hyrax.schema_org.resource_type => {:Article=>"http://schema.org/Article", :Audio=>"http://schema.org/AudioObject", :Book=>"http://schema.org/Book", :"Conference Proceeding"=>"http://schema.org/ScholarlyArticle", :Dataset=>"http://schema.org/Dataset", :Dissertation=>"http://schema.org/ScholarlyArticle", :Image=>"http://schema.org/ImageObject", :"Map or Cartographic Material"=>"http://schema.org/Map", :"Masters Thesis"=>"http://schema.org/ScholarlyArticle", :"Part of Book"=>"http://schema.org/Book", :"Research Paper"=>"http://schema.org/ScholarlyArticle", :"Software or Program Code"=>"http://schema.org/Code", :Video=>"http://schema.org/VideoObject"}
[i18n-debug] en.blacklight.search.fields.show.permission_badge => nil
[i18n-debug] en.blacklight.search.fields.permission_badge => nil
[i18n-debug] en.hyrax.schema_org.permission_badge.type => nil
[i18n-debug] en.hyrax.schema_org.permission_badge.property => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.activerecord.attributes.user.password => nil
[i18n-debug] en.attributes.password => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.activerecord.attributes.user.remember_me => nil
[i18n-debug] en.attributes.remember_me => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.profile.login => "Login"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.devise.sessions.user.signed_in => nil
[i18n-debug] en.devise.sessions.signed_in => "Signed in successfully."
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.dashboard.no_notifications => "User has no notifications"
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.base.relationships.header => "Relationships"
[i18n-debug] en.hyrax.base.relationships_parent_row_empty.label => "In %{type}:"
[i18n-debug] en.hyrax.base.relationships_parent_row_empty.empty => "There are no %{type} relationships."
[i18n-debug] en.hyrax.base.relationships_parent_row_empty.label => "In %{type}:"
[i18n-debug] en.hyrax.base.relationships_parent_row_empty.empty => "There are no %{type} relationships."
[i18n-debug] en.hyrax.base.relationships_parent_row_empty.label => "In %{type}:"
[i18n-debug] en.hyrax.base.relationships_parent_row_empty.empty => "There are no %{type} relationships."
[i18n-debug] en.hyrax.base.metadata.header => "Descriptions"
[i18n-debug] en.hyrax.schema_org.resource_type.Generic Work => nil
[i18n-debug] en.hyrax.base.metadata.attribute_name_label => "Attribute Name"
[i18n-debug] en.hyrax.base.metadata.attribute_values_label => "Values"
[i18n-debug] en.blacklight.search.fields.show.based_near => "Location"
[i18n-debug] en.hyrax.schema_org.based_near.type => "http://schema.org/Place"
[i18n-debug] en.hyrax.schema_org.based_near.property => "contentLocation"
[i18n-debug] en.hyrax.schema_org.based_near.type => "http://schema.org/Place"
[i18n-debug] en.hyrax.schema_org.based_near.property => "contentLocation"
[i18n-debug] en.hyrax.schema_org.based_near.type => "http://schema.org/Place"
[i18n-debug] en.hyrax.schema_org.based_near.value => "name"
[i18n-debug] en.hyrax.schema_org.based_near.property => "contentLocation"
[i18n-debug] en.hyrax.schema_org.based_near.type => "http://schema.org/Place"
[i18n-debug] en.hyrax.schema_org.based_near.value => "name"
[i18n-debug] en.blacklight.search.fields.show.source => nil
[i18n-debug] en.blacklight.search.fields.source => nil
[i18n-debug] en.hyrax.schema_org.source.type => nil
[i18n-debug] en.hyrax.schema_org.source.property => nil
[i18n-debug] en.hyrax.base.show.last_modified => "Last modified: %{value}"
[i18n-debug] en.hyrax.base.social_media.facebook => "Facebook"
[i18n-debug] en.hyrax.base.social_media.twitter => "Twitter"
[i18n-debug] en.hyrax.base.social_media.google => "Google+"
[i18n-debug] en.hyrax.base.social_media.tumblr => "Tumblr"
[i18n-debug] en.hyrax.base.citations.header => "Citations:"
[i18n-debug] en.hyrax.base.items.header => "Items"
[i18n-debug] en.hyrax.base.items.thumbnail => "Thumbnail"
[i18n-debug] en.hyrax.base.items.title => "Title"
[i18n-debug] en.hyrax.base.items.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.base.items.visibility => "Visibility"
[i18n-debug] en.hyrax.base.items.actions => "Actions"
[i18n-debug] en.support.array => {:words_connector=>", ", :two_words_connector=>" and ", :last_word_connector=>", and "}
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.base.relationships.header => "Relationships"
[i18n-debug] en.hyrax.base.relationships_parent_row_empty.label => "In %{type}:"
[i18n-debug] en.hyrax.base.relationships_parent_row_empty.empty => "There are no %{type} relationships."
[i18n-debug] en.hyrax.base.relationships_parent_row_empty.label => "In %{type}:"
[i18n-debug] en.hyrax.base.relationships_parent_row_empty.empty => "There are no %{type} relationships."
[i18n-debug] en.hyrax.base.relationships_parent_row_empty.label => "In %{type}:"
[i18n-debug] en.hyrax.base.relationships_parent_row_empty.empty => "There are no %{type} relationships."
[i18n-debug] en.hyrax.base.metadata.header => "Descriptions"
[i18n-debug] en.hyrax.schema_org.resource_type.Generic Work => nil
[i18n-debug] en.hyrax.base.metadata.attribute_name_label => "Attribute Name"
[i18n-debug] en.hyrax.base.metadata.attribute_values_label => "Values"
[i18n-debug] en.blacklight.search.fields.show.based_near => "Location"
[i18n-debug] en.hyrax.schema_org.based_near.type => "http://schema.org/Place"
[i18n-debug] en.hyrax.schema_org.based_near.property => "contentLocation"
[i18n-debug] en.hyrax.schema_org.based_near.type => "http://schema.org/Place"
[i18n-debug] en.hyrax.schema_org.based_near.property => "contentLocation"
[i18n-debug] en.hyrax.schema_org.based_near.type => "http://schema.org/Place"
[i18n-debug] en.hyrax.schema_org.based_near.value => "name"
[i18n-debug] en.hyrax.schema_org.based_near.property => "contentLocation"
[i18n-debug] en.hyrax.schema_org.based_near.type => "http://schema.org/Place"
[i18n-debug] en.hyrax.schema_org.based_near.value => "name"
[i18n-debug] en.blacklight.search.fields.show.source => nil
[i18n-debug] en.blacklight.search.fields.source => nil
[i18n-debug] en.hyrax.schema_org.source.type => nil
[i18n-debug] en.hyrax.schema_org.source.property => nil
[i18n-debug] en.hyrax.base.show.last_modified => "Last modified: %{value}"
[i18n-debug] en.hyrax.base.social_media.facebook => "Facebook"
[i18n-debug] en.hyrax.base.social_media.twitter => "Twitter"
[i18n-debug] en.hyrax.base.social_media.google => "Google+"
[i18n-debug] en.hyrax.base.social_media.tumblr => "Tumblr"
[i18n-debug] en.hyrax.base.citations.header => "Citations:"
[i18n-debug] en.hyrax.base.items.header => "Items"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.profile.login => "Login"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.institution_name => "Institution Name"
[i18n-debug] en.hyrax.product_twitter_handle => "@HydraSphere"
[i18n-debug] en.hyrax.product_twitter_handle => "@HydraSphere"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_twitter_handle => "@HydraSphere"
[i18n-debug] en.hyrax.product_twitter_handle => "@HydraSphere"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_twitter_handle => "@HydraSphere"
[i18n-debug] en.hyrax.product_twitter_handle => "@HydraSphere"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_twitter_handle => "@HydraSphere"
[i18n-debug] en.hyrax.product_twitter_handle => "@HydraSphere"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_twitter_handle => "@HydraSphere"
[i18n-debug] en.hyrax.product_twitter_handle => "@HydraSphere"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_twitter_handle => "@HydraSphere"
[i18n-debug] en.hyrax.product_twitter_handle => "@HydraSphere"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_twitter_handle => "@HydraSphere"
[i18n-debug] en.hyrax.product_twitter_handle => "@HydraSphere"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_twitter_handle => "@HydraSphere"
[i18n-debug] en.hyrax.product_twitter_handle => "@HydraSphere"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_twitter_handle => "@HydraSphere"
[i18n-debug] en.hyrax.product_twitter_handle => "@HydraSphere"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.search.fields.index.description_tesim => nil
[i18n-debug] en.blacklight.search.fields.description_tesim => nil
[i18n-debug] en.blacklight.search.index.list.label => nil
[i18n-debug] en.blacklight.search.index.label => "%{label}:"
[i18n-debug] en.blacklight.search.fields.index.creator_tesim => nil
[i18n-debug] en.blacklight.search.fields.creator_tesim => nil
[i18n-debug] en.blacklight.search.index.list.label => nil
[i18n-debug] en.blacklight.search.index.label => "%{label}:"
[i18n-debug] en.blacklight.search.fields.index.proxy_depositor_ssim => nil
[i18n-debug] en.blacklight.search.fields.proxy_depositor_ssim => nil
[i18n-debug] en.blacklight.search.index.list.label => nil
[i18n-debug] en.blacklight.search.index.label => "%{label}:"
[i18n-debug] en.blacklight.search.fields.index.depositor_tesim => nil
[i18n-debug] en.blacklight.search.fields.depositor_tesim => nil
[i18n-debug] en.blacklight.search.index.list.label => nil
[i18n-debug] en.blacklight.search.index.label => "%{label}:"
[i18n-debug] en.blacklight.search.fields.index.date_uploaded_dtsi => nil
[i18n-debug] en.blacklight.search.fields.date_uploaded_dtsi => nil
[i18n-debug] en.blacklight.search.index.list.label => nil
[i18n-debug] en.blacklight.search.index.label => "%{label}:"
[i18n-debug] en.blacklight.search.fields.index.date_modified_dtsi => nil
[i18n-debug] en.blacklight.search.fields.date_modified_dtsi => nil
[i18n-debug] en.blacklight.search.index.list.label => nil
[i18n-debug] en.blacklight.search.index.label => "%{label}:"
[i18n-debug] en.blacklight.search.fields.index.rights_tesim => nil
[i18n-debug] en.blacklight.search.fields.rights_tesim => nil
[i18n-debug] en.blacklight.search.index.list.label => nil
[i18n-debug] en.blacklight.search.index.label => "%{label}:"
[i18n-debug] en.blacklight.search.fields.index.embargo_release_date_dtsi => nil
[i18n-debug] en.blacklight.search.fields.embargo_release_date_dtsi => nil
[i18n-debug] en.blacklight.search.index.list.label => nil
[i18n-debug] en.blacklight.search.index.label => "%{label}:"
[i18n-debug] en.blacklight.search.fields.index.lease_expiration_date_dtsi => nil
[i18n-debug] en.blacklight.search.fields.lease_expiration_date_dtsi => nil
[i18n-debug] en.blacklight.search.index.list.label => nil
[i18n-debug] en.blacklight.search.index.label => "%{label}:"
[i18n-debug] en.activemodel.models.hyrax/forms/workflow_action_form => nil
[i18n-debug] en.activemodel.attributes.hyrax/forms/workflow_action_form.base => nil
[i18n-debug] en.attributes.base => nil
[i18n-debug] en.activemodel.errors.models.hyrax/forms/workflow_action_form.attributes.base.unauthorized => nil
[i18n-debug] en.activemodel.errors.models.hyrax/forms/workflow_action_form.unauthorized => nil
[i18n-debug] en.activemodel.errors.messages.unauthorized => nil
[i18n-debug] en.errors.attributes.base.unauthorized => nil
[i18n-debug] en.errors.messages.unauthorized => nil
[i18n-debug] en.activemodel.models.hyrax/forms/workflow_action_form => nil
[i18n-debug] en.activemodel.attributes.hyrax/forms/workflow_action_form.base => nil
[i18n-debug] en.attributes.base => nil
[i18n-debug] en.activemodel.errors.models.hyrax/forms/workflow_action_form.attributes.base.unauthorized => nil
[i18n-debug] en.activemodel.errors.models.hyrax/forms/workflow_action_form.unauthorized => nil
[i18n-debug] en.activemodel.errors.messages.unauthorized => nil
[i18n-debug] en.errors.attributes.base.unauthorized => nil
[i18n-debug] en.errors.messages.unauthorized => nil
[i18n-debug] en.activemodel.models.hyrax/forms/workflow_action_form => nil
[i18n-debug] en.activemodel.attributes.hyrax/forms/workflow_action_form.base => nil
[i18n-debug] en.attributes.base => nil
[i18n-debug] en.activemodel.errors.models.hyrax/forms/workflow_action_form.attributes.base.unauthorized => nil
[i18n-debug] en.activemodel.errors.models.hyrax/forms/workflow_action_form.unauthorized => nil
[i18n-debug] en.activemodel.errors.messages.unauthorized => nil
[i18n-debug] en.errors.attributes.base.unauthorized => nil
[i18n-debug] en.errors.messages.unauthorized => nil
[i18n-debug] en.activemodel.models.hyrax/forms/workflow_action_form => nil
[i18n-debug] en.activemodel.attributes.hyrax/forms/workflow_action_form.base => nil
[i18n-debug] en.attributes.base => nil
[i18n-debug] en.activemodel.errors.models.hyrax/forms/workflow_action_form.attributes.base.unauthorized => nil
[i18n-debug] en.activemodel.errors.models.hyrax/forms/workflow_action_form.unauthorized => nil
[i18n-debug] en.activemodel.errors.messages.unauthorized => nil
[i18n-debug] en.errors.attributes.base.unauthorized => nil
[i18n-debug] en.errors.messages.unauthorized => nil
[i18n-debug] en.activemodel.models.hyrax/forms/workflow_action_form => nil
[i18n-debug] en.activemodel.attributes.hyrax/forms/workflow_action_form.base => nil
[i18n-debug] en.attributes.base => nil
[i18n-debug] en.activemodel.errors.models.hyrax/forms/workflow_action_form.attributes.base.unauthorized => nil
[i18n-debug] en.activemodel.errors.models.hyrax/forms/workflow_action_form.unauthorized => nil
[i18n-debug] en.activemodel.errors.messages.unauthorized => nil
[i18n-debug] en.errors.attributes.base.unauthorized => nil
[i18n-debug] en.errors.messages.unauthorized => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.activerecord.attributes.user.password => nil
[i18n-debug] en.attributes.password => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.activerecord.attributes.user.remember_me => nil
[i18n-debug] en.attributes.remember_me => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.profile.login => "Login"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.devise.sessions.user.signed_in => nil
[i18n-debug] en.devise.sessions.signed_in => "Signed in successfully."
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.dashboard.no_notifications => "User has no notifications"
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.dashboard.no_notifications => "User has no notifications"
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.search.rss_feed => "RSS for results"
[i18n-debug] en.blacklight.search.atom_feed => "Atom for results"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.dashboard.my.collections => "My Collections"
[i18n-debug] en.hyrax.dashboard.my.highlights => "My Highlights"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.collection.select_form.title => "Add to collection"
[i18n-debug] en.hyrax.collection.select_form.no_collections => "You do not have access to any existing collections. You may create a new collection."
[i18n-debug] en.hyrax.collection.select_form.close => "Close"
[i18n-debug] en.hyrax.collection.select_form.create => "Create Collection"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.sort_label => "Sort the listing of items"
[i18n-debug] en.hyrax.dashboard.my.sr.listing => "Listing of items you have deposited in"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.check_all_label => "Select all files to be added to a collection or edited"
[i18n-debug] en.hyrax.dashboard.my.heading.title => "Title"
[i18n-debug] en.hyrax.dashboard.my.heading.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.dashboard.my.heading.visibility => "Visibility"
[i18n-debug] en.hyrax.dashboard.my.heading.action => "Action"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.facet_label.works => "Filter your works"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.i18n.transliterate.rule => nil
[i18n-debug] en.blacklight.search.fields.facet.human_readable_type_sim => nil
[i18n-debug] en.blacklight.search.fields.human_readable_type_sim => nil
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.subject_sim => nil
[i18n-debug] en.blacklight.search.fields.subject_sim => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.search.rss_feed => "RSS for results"
[i18n-debug] en.blacklight.search.atom_feed => "Atom for results"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.dashboard.my.collections => "My Collections"
[i18n-debug] en.hyrax.dashboard.my.highlights => "My Highlights"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.collection.select_form.title => "Add to collection"
[i18n-debug] en.hyrax.collection.select_form.no_collections => "You do not have access to any existing collections. You may create a new collection."
[i18n-debug] en.hyrax.collection.select_form.close => "Close"
[i18n-debug] en.hyrax.collection.select_form.create => "Create Collection"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.listing => "Listing of items you have deposited in"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.check_all_label => "Select all files to be added to a collection or edited"
[i18n-debug] en.hyrax.dashboard.my.heading.title => "Title"
[i18n-debug] en.hyrax.dashboard.my.heading.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.dashboard.my.heading.visibility => "Visibility"
[i18n-debug] en.hyrax.dashboard.my.heading.action => "Action"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.activerecord.attributes.user.password => nil
[i18n-debug] en.attributes.password => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.activerecord.attributes.user.remember_me => nil
[i18n-debug] en.attributes.remember_me => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.profile.login => "Login"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.devise.sessions.user.signed_in => nil
[i18n-debug] en.devise.sessions.signed_in => "Signed in successfully."
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.dashboard.no_notifications => "User has no notifications"
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.dashboard.no_notifications => "User has no notifications"
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.search.rss_feed => "RSS for results"
[i18n-debug] en.blacklight.search.atom_feed => "Atom for results"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.dashboard.my.collections => "My Collections"
[i18n-debug] en.hyrax.dashboard.my.highlights => "My Highlights"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.blacklight.search.start_over => "Start Over"
[i18n-debug] en.blacklight.search.filters.title => "You searched for:"
[i18n-debug] en.blacklight.search.filters.remove.value => "Remove constraint %{value}"
[i18n-debug] en.hyrax.collection.select_form.title => "Add to collection"
[i18n-debug] en.hyrax.collection.select_form.no_collections => "You do not have access to any existing collections. You may create a new collection."
[i18n-debug] en.hyrax.collection.select_form.close => "Close"
[i18n-debug] en.hyrax.collection.select_form.create => "Create Collection"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.listing => "Listing of items you have deposited in"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.check_all_label => "Select all files to be added to a collection or edited"
[i18n-debug] en.hyrax.dashboard.my.heading.title => "Title"
[i18n-debug] en.hyrax.dashboard.my.heading.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.dashboard.my.heading.visibility => "Visibility"
[i18n-debug] en.hyrax.dashboard.my.heading.action => "Action"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.facet_label.works => "Filter your works"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.human_readable_type_sim => nil
[i18n-debug] en.blacklight.search.fields.human_readable_type_sim => nil
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.subject_sim => nil
[i18n-debug] en.blacklight.search.fields.subject_sim => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.search.rss_feed => "RSS for results"
[i18n-debug] en.blacklight.search.atom_feed => "Atom for results"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.dashboard.my.collections => "My Collections"
[i18n-debug] en.hyrax.dashboard.my.highlights => "My Highlights"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.collection.select_form.title => "Add to collection"
[i18n-debug] en.hyrax.collection.select_form.no_collections => "You do not have access to any existing collections. You may create a new collection."
[i18n-debug] en.hyrax.collection.select_form.close => "Close"
[i18n-debug] en.hyrax.collection.select_form.create => "Create Collection"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.sort_label => "Sort the listing of items"
[i18n-debug] en.hyrax.dashboard.my.sr.listing => "Listing of items you have deposited in"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.check_all_label => "Select all files to be added to a collection or edited"
[i18n-debug] en.hyrax.dashboard.my.heading.title => "Title"
[i18n-debug] en.hyrax.dashboard.my.heading.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.dashboard.my.heading.visibility => "Visibility"
[i18n-debug] en.hyrax.dashboard.my.heading.action => "Action"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.facet_label.works => "Filter your works"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.human_readable_type_sim => nil
[i18n-debug] en.blacklight.search.fields.human_readable_type_sim => nil
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.subject_sim => nil
[i18n-debug] en.blacklight.search.fields.subject_sim => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.search.rss_feed => "RSS for results"
[i18n-debug] en.blacklight.search.atom_feed => "Atom for results"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.dashboard.my.collections => "My Collections"
[i18n-debug] en.hyrax.dashboard.my.highlights => "My Highlights"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.blacklight.search.start_over => "Start Over"
[i18n-debug] en.blacklight.search.filters.title => "You searched for:"
[i18n-debug] en.blacklight.search.filters.remove.value => "Remove constraint %{value}"
[i18n-debug] en.hyrax.collection.select_form.title => "Add to collection"
[i18n-debug] en.hyrax.collection.select_form.no_collections => "You do not have access to any existing collections. You may create a new collection."
[i18n-debug] en.hyrax.collection.select_form.close => "Close"
[i18n-debug] en.hyrax.collection.select_form.create => "Create Collection"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.listing => "Listing of items you have deposited in"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.check_all_label => "Select all files to be added to a collection or edited"
[i18n-debug] en.hyrax.dashboard.my.heading.title => "Title"
[i18n-debug] en.hyrax.dashboard.my.heading.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.dashboard.my.heading.visibility => "Visibility"
[i18n-debug] en.hyrax.dashboard.my.heading.action => "Action"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.facet_label.works => "Filter your works"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.human_readable_type_sim => nil
[i18n-debug] en.blacklight.search.fields.human_readable_type_sim => nil
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.subject_sim => nil
[i18n-debug] en.blacklight.search.fields.subject_sim => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.search.rss_feed => "RSS for results"
[i18n-debug] en.blacklight.search.atom_feed => "Atom for results"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.dashboard.my.collections => "My Collections"
[i18n-debug] en.hyrax.dashboard.my.highlights => "My Highlights"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.collection.select_form.title => "Add to collection"
[i18n-debug] en.hyrax.collection.select_form.no_collections => "You do not have access to any existing collections. You may create a new collection."
[i18n-debug] en.hyrax.collection.select_form.close => "Close"
[i18n-debug] en.hyrax.collection.select_form.create => "Create Collection"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.sort_label => "Sort the listing of items"
[i18n-debug] en.hyrax.dashboard.my.sr.listing => "Listing of items you have deposited in"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.check_all_label => "Select all files to be added to a collection or edited"
[i18n-debug] en.hyrax.dashboard.my.heading.title => "Title"
[i18n-debug] en.hyrax.dashboard.my.heading.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.dashboard.my.heading.visibility => "Visibility"
[i18n-debug] en.hyrax.dashboard.my.heading.action => "Action"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.facet_label.works => "Filter your works"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.human_readable_type_sim => nil
[i18n-debug] en.blacklight.search.fields.human_readable_type_sim => nil
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.subject_sim => nil
[i18n-debug] en.blacklight.search.fields.subject_sim => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.views.pagination.previous => "&laquo; Previous"
[i18n-debug] en.views.pagination.previous => "&laquo; Previous"
[i18n-debug] en.views.pagination.next => "Next &raquo;"
[i18n-debug] en.views.pagination.next => "Next &raquo;"
[i18n-debug] en.blacklight.search.facets.sort.index => "A-Z Sort"
[i18n-debug] en.blacklight.search.facets.sort.count => "Numerical Sort"
[i18n-debug] en.blacklight.search.fields.facet.subject_sim => nil
[i18n-debug] en.blacklight.search.fields.subject_sim => nil
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.views.pagination.previous => "&laquo; Previous"
[i18n-debug] en.views.pagination.previous => "&laquo; Previous"
[i18n-debug] en.views.pagination.next => "Next &raquo;"
[i18n-debug] en.views.pagination.next => "Next &raquo;"
[i18n-debug] en.blacklight.search.facets.sort.index => "A-Z Sort"
[i18n-debug] en.blacklight.search.facets.sort.count => "Numerical Sort"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.search.rss_feed => "RSS for results"
[i18n-debug] en.blacklight.search.atom_feed => "Atom for results"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.dashboard.my.collections => "My Collections"
[i18n-debug] en.hyrax.dashboard.my.highlights => "My Highlights"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.blacklight.search.start_over => "Start Over"
[i18n-debug] en.blacklight.search.filters.title => "You searched for:"
[i18n-debug] en.blacklight.search.fields.facet.subject_sim => nil
[i18n-debug] en.blacklight.search.fields.subject_sim => nil
[i18n-debug] en.blacklight.search.filters.remove.label_value => "Remove constraint %{label}: %{value}"
[i18n-debug] en.hyrax.collection.select_form.title => "Add to collection"
[i18n-debug] en.hyrax.collection.select_form.no_collections => "You do not have access to any existing collections. You may create a new collection."
[i18n-debug] en.hyrax.collection.select_form.close => "Close"
[i18n-debug] en.hyrax.collection.select_form.create => "Create Collection"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.listing => "Listing of items you have deposited in"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.check_all_label => "Select all files to be added to a collection or edited"
[i18n-debug] en.hyrax.dashboard.my.heading.title => "Title"
[i18n-debug] en.hyrax.dashboard.my.heading.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.dashboard.my.heading.visibility => "Visibility"
[i18n-debug] en.hyrax.dashboard.my.heading.action => "Action"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.facet_label.works => "Filter your works"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.human_readable_type_sim => nil
[i18n-debug] en.blacklight.search.fields.human_readable_type_sim => nil
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.subject_sim => nil
[i18n-debug] en.blacklight.search.fields.subject_sim => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.search.rss_feed => "RSS for results"
[i18n-debug] en.blacklight.search.atom_feed => "Atom for results"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.dashboard.my.collections => "My Collections"
[i18n-debug] en.hyrax.dashboard.my.highlights => "My Highlights"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.collection.select_form.title => "Add to collection"
[i18n-debug] en.hyrax.collection.select_form.no_collections => "You do not have access to any existing collections. You may create a new collection."
[i18n-debug] en.hyrax.collection.select_form.close => "Close"
[i18n-debug] en.hyrax.collection.select_form.create => "Create Collection"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.sort_label => "Sort the listing of items"
[i18n-debug] en.hyrax.dashboard.my.sr.listing => "Listing of items you have deposited in"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.check_all_label => "Select all files to be added to a collection or edited"
[i18n-debug] en.hyrax.dashboard.my.heading.title => "Title"
[i18n-debug] en.hyrax.dashboard.my.heading.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.dashboard.my.heading.visibility => "Visibility"
[i18n-debug] en.hyrax.dashboard.my.heading.action => "Action"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.facet_label.works => "Filter your works"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.human_readable_type_sim => nil
[i18n-debug] en.blacklight.search.fields.human_readable_type_sim => nil
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.subject_sim => nil
[i18n-debug] en.blacklight.search.fields.subject_sim => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.search.rss_feed => "RSS for results"
[i18n-debug] en.blacklight.search.atom_feed => "Atom for results"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.dashboard.my.collections => "My Collections"
[i18n-debug] en.hyrax.dashboard.my.highlights => "My Highlights"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.collection.select_form.title => "Add to collection"
[i18n-debug] en.hyrax.collection.select_form.no_collections => "You do not have access to any existing collections. You may create a new collection."
[i18n-debug] en.hyrax.collection.select_form.close => "Close"
[i18n-debug] en.hyrax.collection.select_form.create => "Create Collection"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.sort_label => "Sort the listing of items"
[i18n-debug] en.hyrax.dashboard.my.sr.listing => "Listing of items you have deposited in"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.check_all_label => "Select all files to be added to a collection or edited"
[i18n-debug] en.hyrax.dashboard.my.heading.title => "Title"
[i18n-debug] en.hyrax.dashboard.my.heading.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.dashboard.my.heading.visibility => "Visibility"
[i18n-debug] en.hyrax.dashboard.my.heading.action => "Action"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.facet_label.works => "Filter your works"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.human_readable_type_sim => nil
[i18n-debug] en.blacklight.search.fields.human_readable_type_sim => nil
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.subject_sim => nil
[i18n-debug] en.blacklight.search.fields.subject_sim => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.search.rss_feed => "RSS for results"
[i18n-debug] en.blacklight.search.atom_feed => "Atom for results"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.dashboard.my.collections => "My Collections"
[i18n-debug] en.hyrax.dashboard.my.highlights => "My Highlights"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.collection.select_form.title => "Add to collection"
[i18n-debug] en.hyrax.collection.select_form.no_collections => "You do not have access to any existing collections. You may create a new collection."
[i18n-debug] en.hyrax.collection.select_form.close => "Close"
[i18n-debug] en.hyrax.collection.select_form.create => "Create Collection"
[i18n-debug] en.hyrax.dashboard.my.sr.listing => "Listing of items you have deposited in"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.check_all_label => "Select all files to be added to a collection or edited"
[i18n-debug] en.hyrax.dashboard.my.heading.title => "Title"
[i18n-debug] en.hyrax.dashboard.my.heading.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.dashboard.my.heading.visibility => "Visibility"
[i18n-debug] en.hyrax.dashboard.my.heading.action => "Action"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.search.rss_feed => "RSS for results"
[i18n-debug] en.blacklight.search.atom_feed => "Atom for results"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.dashboard.my.collections => "My Collections"
[i18n-debug] en.hyrax.dashboard.my.highlights => "My Highlights"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.collection.select_form.title => "Add to collection"
[i18n-debug] en.hyrax.collection.select_form.no_collections => "You do not have access to any existing collections. You may create a new collection."
[i18n-debug] en.hyrax.collection.select_form.close => "Close"
[i18n-debug] en.hyrax.collection.select_form.create => "Create Collection"
[i18n-debug] en.hyrax.dashboard.my.sr.listing => "Listing of items you have deposited in"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.check_all_label => "Select all files to be added to a collection or edited"
[i18n-debug] en.hyrax.dashboard.my.heading.title => "Title"
[i18n-debug] en.hyrax.dashboard.my.heading.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.dashboard.my.heading.visibility => "Visibility"
[i18n-debug] en.hyrax.dashboard.my.heading.action => "Action"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.search.rss_feed => "RSS for results"
[i18n-debug] en.blacklight.search.atom_feed => "Atom for results"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.dashboard.my.collections => "My Collections"
[i18n-debug] en.hyrax.dashboard.my.highlights => "My Highlights"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.collection.select_form.title => "Add to collection"
[i18n-debug] en.hyrax.collection.select_form.no_collections => "You do not have access to any existing collections. You may create a new collection."
[i18n-debug] en.hyrax.collection.select_form.close => "Close"
[i18n-debug] en.hyrax.collection.select_form.create => "Create Collection"
[i18n-debug] en.hyrax.dashboard.my.sr.listing => "Listing of items you have deposited in"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.check_all_label => "Select all files to be added to a collection or edited"
[i18n-debug] en.hyrax.dashboard.my.heading.title => "Title"
[i18n-debug] en.hyrax.dashboard.my.heading.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.dashboard.my.heading.visibility => "Visibility"
[i18n-debug] en.hyrax.dashboard.my.heading.action => "Action"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.toolbar.admin.menu => "Administration"
[i18n-debug] en.hyrax.admin.show.registered_users => "Registered users"
[i18n-debug] en.hyrax.admin.show.total_visitors => "Total Visitors"
[i18n-debug] en.hyrax.admin.show.returning_visitors => "Returning Visitors"
[i18n-debug] en.hyrax.admin.show.new_visitors => "New Visitors"
[i18n-debug] en.hyrax.admin.collections.title => "Collections"
[i18n-debug] en.hyrax.admin.collections.subtitle => "Recent collection activity"
[i18n-debug] en.hyrax.admin.collections.collection => "Collection"
[i18n-debug] en.hyrax.admin.collections.works => "Works"
[i18n-debug] en.hyrax.admin.sidebar.statistics => "Statistics"
[i18n-debug] en.hyrax.admin.sidebar.settings => "Settings"
[i18n-debug] en.hyrax.admin.sidebar.admin_sets => "Administrative Sets"
[i18n-debug] en.hyrax.admin.sidebar.workflow => "Workflows"
[i18n-debug] en.hyrax.admin.sidebar.workflow_review => "Review Submissions"
[i18n-debug] en.hyrax.admin.sidebar.workflow_roles => "Roles"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.admin.menu => "Administration"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.toolbar.admin.menu => "Administration"
[i18n-debug] en.hyrax.admin.sidebar.admin_sets => "Administrative Sets"
[i18n-debug] en.helpers.action.admin_set.new => "Create new administrative set"
[i18n-debug] en.hyrax.admin.sidebar.statistics => "Statistics"
[i18n-debug] en.hyrax.admin.sidebar.settings => "Settings"
[i18n-debug] en.hyrax.admin.sidebar.admin_sets => "Administrative Sets"
[i18n-debug] en.hyrax.admin.sidebar.workflow => "Workflows"
[i18n-debug] en.hyrax.admin.sidebar.workflow_review => "Review Submissions"
[i18n-debug] en.hyrax.admin.sidebar.workflow_roles => "Roles"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.admin.menu => "Administration"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.toolbar.admin.menu => "Administration"
[i18n-debug] en.hyrax.admin.sidebar.admin_sets => "Administrative Sets"
[i18n-debug] en.hyrax.admin.admin_sets.show.header => "Administrative Set"
[i18n-debug] en.helpers.action.edit => "Edit"
[i18n-debug] en.simple_form.labels.admin_set.total_items => nil
[i18n-debug] en.simple_form.labels.defaults.total_items => nil
[i18n-debug] en.hyrax.admin.admin_sets.show.item_list_header => "Works in This Set"
[i18n-debug] en.blacklight.entry_name.default => "entry"
[i18n-debug] en.blacklight.search.pagination_info.no_items_found => "No %{entry_name} found"
[i18n-debug] en.hyrax.collection.document_list.no_visible_works => "The collection is either empty or does not contain items to which you have access."
[i18n-debug] en.hyrax.admin.sidebar.statistics => "Statistics"
[i18n-debug] en.hyrax.admin.sidebar.settings => "Settings"
[i18n-debug] en.hyrax.admin.sidebar.admin_sets => "Administrative Sets"
[i18n-debug] en.hyrax.admin.sidebar.workflow => "Workflows"
[i18n-debug] en.hyrax.admin.sidebar.workflow_review => "Review Submissions"
[i18n-debug] en.hyrax.admin.sidebar.workflow_roles => "Roles"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.admin.menu => "Administration"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.toolbar.admin.menu => "Administration"
[i18n-debug] en.hyrax.admin.sidebar.admin_sets => "Administrative Sets"
[i18n-debug] en.helpers.action.edit => "Edit"
[i18n-debug] en.hyrax.admin.admin_sets.edit.header => "Edit Administrative Set"
[i18n-debug] en.hyrax.admin.admin_sets.form.tabs.description => "Description"
[i18n-debug] en.hyrax.admin.admin_sets.form.tabs.participants => "Participants"
[i18n-debug] en.hyrax.admin.admin_sets.form.tabs.visibility => "Release and Visibility"
[i18n-debug] en.hyrax.admin.admin_sets.form.tabs.workflow => "Workflow"
[i18n-debug] en.simple_form.placeholders.admin_set.edit.title => nil
[i18n-debug] en.simple_form.placeholders.admin_set.title => nil
[i18n-debug] en.simple_form.placeholders.defaults.edit.title => nil
[i18n-debug] en.simple_form.placeholders.defaults.title => nil
[i18n-debug] en.simple_form.labels.admin_set.edit.title => nil
[i18n-debug] en.simple_form.labels.admin_set.title => nil
[i18n-debug] en.simple_form.labels.defaults.edit.title => nil
[i18n-debug] en.simple_form.labels.defaults.title => nil
[i18n-debug] en.simple_form.required.text => "required"
[i18n-debug] en.simple_form.required.mark => "*"
[i18n-debug] en.simple_form.required.html => "<span class=\"label label-info required-tag\">required</span>"
[i18n-debug] en.simple_form.hints.admin_set.edit.title => nil
[i18n-debug] en.simple_form.hints.admin_set.title => nil
[i18n-debug] en.simple_form.hints.defaults.edit.title => nil
[i18n-debug] en.simple_form.hints.defaults.title => "A name to aid in identifying a work."
[i18n-debug] en.simple_form.placeholders.admin_set.edit.description => nil
[i18n-debug] en.simple_form.placeholders.admin_set.description => nil
[i18n-debug] en.simple_form.placeholders.defaults.edit.description => nil
[i18n-debug] en.simple_form.placeholders.defaults.description => nil
[i18n-debug] en.simple_form.labels.admin_set.edit.description => nil
[i18n-debug] en.simple_form.labels.admin_set.description => nil
[i18n-debug] en.simple_form.labels.defaults.edit.description => nil
[i18n-debug] en.simple_form.labels.defaults.description => "Abstract or Summary"
[i18n-debug] en.simple_form.hints.admin_set.edit.description => nil
[i18n-debug] en.simple_form.hints.admin_set.description => nil
[i18n-debug] en.simple_form.hints.defaults.edit.description => nil
[i18n-debug] en.simple_form.hints.defaults.description => "Free-text notes about the work. Examples include abstracts of a paper or citation information for a journal article."
[i18n-debug] en.hyrax.admin.admin_sets.form.cancel => "Cancel"
[i18n-debug] en.activemodel.models.admin_set => nil
[i18n-debug] en.activemodel.models.active_fedora/base => nil
[i18n-debug] en.helpers.submit.admin_set.update => "Save"
[i18n-debug] en.hyrax.admin.admin_sets.form_participants.add_participants => "Add Participants"
[i18n-debug] en.hyrax.admin.admin_sets.form_participants.add_group => "Add group:"
[i18n-debug] en.helpers.submit.hyrax_permission_template_access.create => "Add"
[i18n-debug] en.hyrax.admin.admin_sets.form_participants.add_user => "Add user:"
[i18n-debug] en.helpers.submit.hyrax_permission_template_access.create => "Add"
[i18n-debug] en.hyrax.admin.admin_sets.form_participants.current_participants => "Current Participants"
[i18n-debug] en.hyrax.admin.admin_sets.form_participant_table.managers.title => "Managers"
[i18n-debug] en.hyrax.admin.admin_sets.form_participant_table.managers.help => "Managers of this administrative set can edit the set metadata, participants, and release and visibility settings. Managers can also edit work metadata, add to or remove files from a work, and add new works to the set."
[i18n-debug] en.hyrax.admin.admin_sets.form_participant_table.managers.agent_name => "Managers of This Set"
[i18n-debug] en.hyrax.admin.admin_sets.form_participant_table.managers.type => "Type"
[i18n-debug] en.hyrax.admin.admin_sets.form_participant_table.managers.action => "Action"
[i18n-debug] en.hyrax.admin.admin_sets.form_participant_table.depositors.title => "Depositors"
[i18n-debug] en.hyrax.admin.admin_sets.form_participant_table.depositors.help => "Depositors can add new works to this administrative set."
[i18n-debug] en.hyrax.admin.admin_sets.form_participant_table.depositors.agent_name => "Depositors of This Set"
[i18n-debug] en.hyrax.admin.admin_sets.form_participant_table.depositors.type => "Type"
[i18n-debug] en.hyrax.admin.admin_sets.form_participant_table.depositors.action => "Action"
[i18n-debug] en.hyrax.admin.admin_sets.form_participant_table.viewers.title => "Viewers"
[i18n-debug] en.hyrax.admin.admin_sets.form_participant_table.viewers.help => "Viewers of this administrative set can view works in the set regardless of the visibility settings applied to the work. For example, viewers can view works in this set even if the works are currently embargoed or restricted."
[i18n-debug] en.hyrax.admin.admin_sets.form_participant_table.viewers.agent_name => "Viewers of This Set"
[i18n-debug] en.hyrax.admin.admin_sets.form_participant_table.viewers.type => "Type"
[i18n-debug] en.hyrax.admin.admin_sets.form_participant_table.viewers.action => "Action"
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.page_description => "Release and visibility settings control when works added to this set are made available for discovery and download and who can discover and download them."
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.release.title => "Release"
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.release.description => "You can impose a delay (embargo) before works in this administrative set are released for discovery and download."
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.release.no_delay => "No delay -- release all works as soon as they are deposited"
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.release.varies.description => "Varies -- depositors can set the release date for an individual work:"
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.release.varies.between => "Between \"now\" and"
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.release.varies.between => "Between \"now\" and"
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.release.varies.embargo.6mos => "6 months after deposit"
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.release.varies.embargo.1yr => "1 year after deposit"
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.release.varies.embargo.2yrs => "2 years after deposit"
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.release.varies.embargo.3yrs => "3 years after deposit"
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.release.varies.embargo.select => "Select embargo period.."
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.release.fixed => "Fixed -- delay release of all works until"
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.visibility.title => "Visibility"
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.visibility.description => "After its release date, works in this set can be discovered and downloaded by:"
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.visibility.everyone => "Everyone -- all works in this set will be public"
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.visibility.varies => "Varies -- default is public, but depositors can restrict the visibility of individual works"
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.visibility.institution => "Institution -- all works will be visible only to authenticated users of this institution"
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.visibility.restricted => "Restricted -- all works will be visible only to repository managers and managers and reviewers of this administrative set"
[i18n-debug] en.hyrax.admin.admin_sets.form_visibility.cancel => "Cancel"
[i18n-debug] en.activerecord.models.hyrax/permission_template => nil
[i18n-debug] en.helpers.submit.permission_template.create => nil
[i18n-debug] en.helpers.submit.create => "Save"
[i18n-debug] en.hyrax.admin.admin_sets.form_workflow.no_workflows => "There are no workflows to select."
[i18n-debug] en.hyrax.admin.sidebar.statistics => "Statistics"
[i18n-debug] en.hyrax.admin.sidebar.settings => "Settings"
[i18n-debug] en.hyrax.admin.sidebar.admin_sets => "Administrative Sets"
[i18n-debug] en.hyrax.admin.sidebar.workflow => "Workflows"
[i18n-debug] en.hyrax.admin.sidebar.workflow_review => "Review Submissions"
[i18n-debug] en.hyrax.admin.sidebar.workflow_roles => "Roles"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.admin.menu => "Administration"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.toolbar.admin.menu => "Administration"
[i18n-debug] en.hyrax.admin.sidebar.admin_sets => "Administrative Sets"
[i18n-debug] en.helpers.action.admin_set.new => "Create new administrative set"
[i18n-debug] en.hyrax.admin.sidebar.statistics => "Statistics"
[i18n-debug] en.hyrax.admin.sidebar.settings => "Settings"
[i18n-debug] en.hyrax.admin.sidebar.admin_sets => "Administrative Sets"
[i18n-debug] en.hyrax.admin.sidebar.workflow => "Workflows"
[i18n-debug] en.hyrax.admin.sidebar.workflow_review => "Review Submissions"
[i18n-debug] en.hyrax.admin.sidebar.workflow_roles => "Roles"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.admin.menu => "Administration"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hydra.embargo.history_message => "An %{state} embargo was deactivated on %{deactivate_date}.  Its release date was %{release_date}.  Visibility during embargo was %{visibility_during} and intended visibility after embargo was %{visibility_after}"
[i18n-debug] en.hydra.embargo.history_message => "An %{state} embargo was deactivated on %{deactivate_date}.  Its release date was %{release_date}.  Visibility during embargo was %{visibility_during} and intended visibility after embargo was %{visibility_after}"
[i18n-debug] en.simple_form.labels.generic_work.description => nil
[i18n-debug] en.simple_form.labels.generic_work.description => nil
[i18n-debug] en.simple_form.labels.defaults.description => "Abstract or Summary"
[i18n-debug] en.simple_form.labels.generic_work.description => nil
[i18n-debug] en.simple_form.labels.generic_work.description => nil
[i18n-debug] en.simple_form.labels.defaults.description => "Abstract or Summary"
[i18n-debug] en.simple_form.hints.generic_work.description => nil
[i18n-debug] en.simple_form.hints.generic_work.description => nil
[i18n-debug] en.simple_form.hints.defaults.description => "Free-text notes about the work. Examples include abstracts of a paper or citation information for a journal article."
[i18n-debug] en.simple_form.labels.generic_work.rights => nil
[i18n-debug] en.simple_form.labels.generic_work.rights => nil
[i18n-debug] en.simple_form.labels.defaults.rights => nil
[i18n-debug] en.simple_form.labels.defaults.rights => nil
[i18n-debug] en.simple_form.labels.generic_work.rights => nil
[i18n-debug] en.simple_form.labels.generic_work.rights => nil
[i18n-debug] en.simple_form.labels.defaults.rights => nil
[i18n-debug] en.simple_form.labels.defaults.rights => nil
[i18n-debug] en.simple_form.hints.generic_work.rights => nil
[i18n-debug] en.simple_form.hints.generic_work.rights => nil
[i18n-debug] en.simple_form.hints.defaults.rights => "Licensing and distribution information governing access to the work. Select from the provided drop-down list."
[i18n-debug] en.hyrax.visibility.open.label_html => "<span class=\"label label-success\">Open Access</span>"
[i18n-debug] en.hyrax.institution_name => "Institution Name"
[i18n-debug] en.hyrax.visibility.authenticated.label_html => "<span class=\"label label-info\">%{institution}</span>"
[i18n-debug] en.hyrax.visibility.embargo.label_html => "<span class=\"label label-warning\">Embargo</span>"
[i18n-debug] en.hyrax.visibility.restricted.text => "Private"
[i18n-debug] en.hyrax.visibility.authenticated.text => "Institution Name"
[i18n-debug] en.simple_form.labels.generic_work.visibility_during_embargo => nil
[i18n-debug] en.simple_form.labels.generic_work.visibility_during_embargo => nil
[i18n-debug] en.simple_form.labels.defaults.visibility_during_embargo => "Restricted to"
[i18n-debug] en.simple_form.hints.generic_work.visibility_during_embargo => nil
[i18n-debug] en.simple_form.hints.generic_work.visibility_during_embargo => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_during_embargo => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_during_embargo => nil
[i18n-debug] en.simple_form.placeholders.generic_work.embargo_release_date => nil
[i18n-debug] en.simple_form.placeholders.generic_work.embargo_release_date => nil
[i18n-debug] en.simple_form.placeholders.defaults.embargo_release_date => nil
[i18n-debug] en.simple_form.placeholders.defaults.embargo_release_date => nil
[i18n-debug] en.simple_form.labels.generic_work.embargo_release_date => nil
[i18n-debug] en.simple_form.labels.generic_work.embargo_release_date => nil
[i18n-debug] en.simple_form.labels.defaults.embargo_release_date => "until"
[i18n-debug] en.simple_form.hints.generic_work.embargo_release_date => nil
[i18n-debug] en.simple_form.hints.generic_work.embargo_release_date => nil
[i18n-debug] en.simple_form.hints.defaults.embargo_release_date => nil
[i18n-debug] en.simple_form.hints.defaults.embargo_release_date => nil
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.authenticated.text => "Institution Name"
[i18n-debug] en.simple_form.labels.generic_work.visibility_after_embargo => nil
[i18n-debug] en.simple_form.labels.generic_work.visibility_after_embargo => nil
[i18n-debug] en.simple_form.labels.defaults.visibility_after_embargo => "then open it up to"
[i18n-debug] en.simple_form.hints.generic_work.visibility_after_embargo => nil
[i18n-debug] en.simple_form.hints.generic_work.visibility_after_embargo => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_after_embargo => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_after_embargo => nil
[i18n-debug] en.hyrax.visibility.lease.label_html => "<span class=\"label label-warning\">Lease</span>"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.authenticated.text => "Institution Name"
[i18n-debug] en.simple_form.labels.generic_work.visibility_during_lease => nil
[i18n-debug] en.simple_form.labels.generic_work.visibility_during_lease => nil
[i18n-debug] en.simple_form.labels.defaults.visibility_during_lease => "Is available for"
[i18n-debug] en.simple_form.hints.generic_work.visibility_during_lease => nil
[i18n-debug] en.simple_form.hints.generic_work.visibility_during_lease => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_during_lease => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_during_lease => nil
[i18n-debug] en.simple_form.placeholders.generic_work.lease_expiration_date => nil
[i18n-debug] en.simple_form.placeholders.generic_work.lease_expiration_date => nil
[i18n-debug] en.simple_form.placeholders.defaults.lease_expiration_date => nil
[i18n-debug] en.simple_form.placeholders.defaults.lease_expiration_date => nil
[i18n-debug] en.simple_form.labels.generic_work.lease_expiration_date => nil
[i18n-debug] en.simple_form.labels.generic_work.lease_expiration_date => nil
[i18n-debug] en.simple_form.labels.defaults.lease_expiration_date => "until"
[i18n-debug] en.simple_form.hints.generic_work.lease_expiration_date => nil
[i18n-debug] en.simple_form.hints.generic_work.lease_expiration_date => nil
[i18n-debug] en.simple_form.hints.defaults.lease_expiration_date => nil
[i18n-debug] en.simple_form.hints.defaults.lease_expiration_date => nil
[i18n-debug] en.hyrax.visibility.restricted.text => "Private"
[i18n-debug] en.hyrax.visibility.authenticated.text => "Institution Name"
[i18n-debug] en.simple_form.labels.generic_work.visibility_after_lease => nil
[i18n-debug] en.simple_form.labels.generic_work.visibility_after_lease => nil
[i18n-debug] en.simple_form.labels.defaults.visibility_after_lease => "then restrict it to"
[i18n-debug] en.simple_form.hints.generic_work.visibility_after_lease => nil
[i18n-debug] en.simple_form.hints.generic_work.visibility_after_lease => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_after_lease => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_after_lease => nil
[i18n-debug] en.hyrax.visibility.private.label_html => "<span class=\"label label-danger\">Private</span>"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.directory.suffix => "@example.org"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.simple_form.labels.file_set.files => nil
[i18n-debug] en.simple_form.labels.file_set.files => nil
[i18n-debug] en.simple_form.labels.defaults.files => "Upload a file"
[i18n-debug] en.simple_form.required.text => "required"
[i18n-debug] en.simple_form.required.mark => "*"
[i18n-debug] en.simple_form.required.html => "<span class=\"label label-info required-tag\">required</span>"
[i18n-debug] en.simple_form.hints.file_set.files => nil
[i18n-debug] en.simple_form.hints.file_set.files => nil
[i18n-debug] en.simple_form.hints.defaults.files => nil
[i18n-debug] en.simple_form.hints.defaults.files => nil
[i18n-debug] en.simple_form.hints.file_set.files => nil
[i18n-debug] en.simple_form.hints.file_set.files => nil
[i18n-debug] en.simple_form.hints.defaults.files => nil
[i18n-debug] en.simple_form.hints.defaults.files => nil
[i18n-debug] en.activemodel.models.file_set => nil
[i18n-debug] en.activemodel.models.active_fedora/base => nil
[i18n-debug] en.helpers.submit.file_set.update => nil
[i18n-debug] en.helpers.submit.update => "Save"
[i18n-debug] en.blacklight.search.fields.show.related_url => nil
[i18n-debug] en.blacklight.search.fields.related_url => nil
[i18n-debug] en.hyrax.schema_org.related_url.type => nil
[i18n-debug] en.hyrax.schema_org.related_url.property => nil
[i18n-debug] en.unauthorized.read.string => nil
[i18n-debug] en.unauthorized.manage.string => nil
[i18n-debug] en.unauthorized.read.all => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.unauthorized.read.string => nil
[i18n-debug] en.unauthorized.manage.string => nil
[i18n-debug] en.unauthorized.read.all => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.works.edit.header => "Edit Work"
[i18n-debug] en.unauthorized.show.file_set => nil
[i18n-debug] en.unauthorized.read.file_set => nil
[i18n-debug] en.unauthorized.manage.file_set => nil
[i18n-debug] en.unauthorized.show.all => nil
[i18n-debug] en.unauthorized.read.all => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.unauthorized.show.generic_work => nil
[i18n-debug] en.unauthorized.read.generic_work => nil
[i18n-debug] en.unauthorized.manage.generic_work => nil
[i18n-debug] en.unauthorized.show.all => nil
[i18n-debug] en.unauthorized.read.all => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.visibility.open.label_html => "<span class=\"label label-success\">Open Access</span>"
[i18n-debug] en.hyrax.institution_name => "Institution Name"
[i18n-debug] en.hyrax.visibility.authenticated.label_html => "<span class=\"label label-info\">%{institution}</span>"
[i18n-debug] en.hyrax.visibility.embargo.label_html => "<span class=\"label label-warning\">Embargo</span>"
[i18n-debug] en.hyrax.visibility.restricted.text => "Private"
[i18n-debug] en.hyrax.visibility.authenticated.text => "Institution Name"
[i18n-debug] en.simple_form.labels.file_set.visibility_during_embargo => nil
[i18n-debug] en.simple_form.labels.file_set.visibility_during_embargo => nil
[i18n-debug] en.simple_form.labels.defaults.visibility_during_embargo => "Restricted to"
[i18n-debug] en.simple_form.hints.file_set.visibility_during_embargo => nil
[i18n-debug] en.simple_form.hints.file_set.visibility_during_embargo => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_during_embargo => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_during_embargo => nil
[i18n-debug] en.simple_form.placeholders.file_set.embargo_release_date => nil
[i18n-debug] en.simple_form.placeholders.file_set.embargo_release_date => nil
[i18n-debug] en.simple_form.placeholders.defaults.embargo_release_date => nil
[i18n-debug] en.simple_form.placeholders.defaults.embargo_release_date => nil
[i18n-debug] en.simple_form.labels.file_set.embargo_release_date => nil
[i18n-debug] en.simple_form.labels.file_set.embargo_release_date => nil
[i18n-debug] en.simple_form.labels.defaults.embargo_release_date => "until"
[i18n-debug] en.simple_form.hints.file_set.embargo_release_date => nil
[i18n-debug] en.simple_form.hints.file_set.embargo_release_date => nil
[i18n-debug] en.simple_form.hints.defaults.embargo_release_date => nil
[i18n-debug] en.simple_form.hints.defaults.embargo_release_date => nil
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.authenticated.text => "Institution Name"
[i18n-debug] en.simple_form.labels.file_set.visibility_after_embargo => nil
[i18n-debug] en.simple_form.labels.file_set.visibility_after_embargo => nil
[i18n-debug] en.simple_form.labels.defaults.visibility_after_embargo => "then open it up to"
[i18n-debug] en.simple_form.hints.file_set.visibility_after_embargo => nil
[i18n-debug] en.simple_form.hints.file_set.visibility_after_embargo => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_after_embargo => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_after_embargo => nil
[i18n-debug] en.hyrax.visibility.lease.label_html => "<span class=\"label label-warning\">Lease</span>"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.authenticated.text => "Institution Name"
[i18n-debug] en.simple_form.labels.file_set.visibility_during_lease => nil
[i18n-debug] en.simple_form.labels.file_set.visibility_during_lease => nil
[i18n-debug] en.simple_form.labels.defaults.visibility_during_lease => "Is available for"
[i18n-debug] en.simple_form.hints.file_set.visibility_during_lease => nil
[i18n-debug] en.simple_form.hints.file_set.visibility_during_lease => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_during_lease => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_during_lease => nil
[i18n-debug] en.simple_form.placeholders.file_set.lease_expiration_date => nil
[i18n-debug] en.simple_form.placeholders.file_set.lease_expiration_date => nil
[i18n-debug] en.simple_form.placeholders.defaults.lease_expiration_date => nil
[i18n-debug] en.simple_form.placeholders.defaults.lease_expiration_date => nil
[i18n-debug] en.simple_form.labels.file_set.lease_expiration_date => nil
[i18n-debug] en.simple_form.labels.file_set.lease_expiration_date => nil
[i18n-debug] en.simple_form.labels.defaults.lease_expiration_date => "until"
[i18n-debug] en.simple_form.hints.file_set.lease_expiration_date => nil
[i18n-debug] en.simple_form.hints.file_set.lease_expiration_date => nil
[i18n-debug] en.simple_form.hints.defaults.lease_expiration_date => nil
[i18n-debug] en.simple_form.hints.defaults.lease_expiration_date => nil
[i18n-debug] en.hyrax.visibility.restricted.text => "Private"
[i18n-debug] en.hyrax.visibility.authenticated.text => "Institution Name"
[i18n-debug] en.simple_form.labels.file_set.visibility_after_lease => nil
[i18n-debug] en.simple_form.labels.file_set.visibility_after_lease => nil
[i18n-debug] en.simple_form.labels.defaults.visibility_after_lease => "then restrict it to"
[i18n-debug] en.simple_form.hints.file_set.visibility_after_lease => nil
[i18n-debug] en.simple_form.hints.file_set.visibility_after_lease => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_after_lease => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_after_lease => nil
[i18n-debug] en.hyrax.visibility.private.label_html => "<span class=\"label label-danger\">Private</span>"
[i18n-debug] en.hyrax.account_name => "My Institution Account Id"
[i18n-debug] en.hyrax.institution_name => "Institution Name"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.file_sets.groups_description.description_html => "The list of groups in the drop-down marked \"Select a group\" is a list of User Managed Groups that you are a member of.  You may select a specific group and assign an access level for a file within %{application_name}, similarly to adding user access levels.\n"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.institution_name => "Institution Name"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.directory.suffix => "@example.org"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.visibility.open.label_html => "<span class=\"label label-success\">Open Access</span>"
[i18n-debug] en.hyrax.institution_name => "Institution Name"
[i18n-debug] en.hyrax.visibility.authenticated.label_html => "<span class=\"label label-info\">%{institution}</span>"
[i18n-debug] en.hyrax.visibility.embargo.label_html => "<span class=\"label label-warning\">Embargo</span>"
[i18n-debug] en.hyrax.visibility.restricted.text => "Private"
[i18n-debug] en.hyrax.visibility.authenticated.text => "Institution Name"
[i18n-debug] en.simple_form.labels.file_set.visibility_during_embargo => nil
[i18n-debug] en.simple_form.labels.file_set.visibility_during_embargo => nil
[i18n-debug] en.simple_form.labels.defaults.visibility_during_embargo => "Restricted to"
[i18n-debug] en.simple_form.hints.file_set.visibility_during_embargo => nil
[i18n-debug] en.simple_form.hints.file_set.visibility_during_embargo => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_during_embargo => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_during_embargo => nil
[i18n-debug] en.simple_form.placeholders.file_set.embargo_release_date => nil
[i18n-debug] en.simple_form.placeholders.file_set.embargo_release_date => nil
[i18n-debug] en.simple_form.placeholders.defaults.embargo_release_date => nil
[i18n-debug] en.simple_form.placeholders.defaults.embargo_release_date => nil
[i18n-debug] en.simple_form.labels.file_set.embargo_release_date => nil
[i18n-debug] en.simple_form.labels.file_set.embargo_release_date => nil
[i18n-debug] en.simple_form.labels.defaults.embargo_release_date => "until"
[i18n-debug] en.simple_form.hints.file_set.embargo_release_date => nil
[i18n-debug] en.simple_form.hints.file_set.embargo_release_date => nil
[i18n-debug] en.simple_form.hints.defaults.embargo_release_date => nil
[i18n-debug] en.simple_form.hints.defaults.embargo_release_date => nil
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.authenticated.text => "Institution Name"
[i18n-debug] en.simple_form.labels.file_set.visibility_after_embargo => nil
[i18n-debug] en.simple_form.labels.file_set.visibility_after_embargo => nil
[i18n-debug] en.simple_form.labels.defaults.visibility_after_embargo => "then open it up to"
[i18n-debug] en.simple_form.hints.file_set.visibility_after_embargo => nil
[i18n-debug] en.simple_form.hints.file_set.visibility_after_embargo => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_after_embargo => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_after_embargo => nil
[i18n-debug] en.hyrax.visibility.lease.label_html => "<span class=\"label label-warning\">Lease</span>"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.authenticated.text => "Institution Name"
[i18n-debug] en.simple_form.labels.file_set.visibility_during_lease => nil
[i18n-debug] en.simple_form.labels.file_set.visibility_during_lease => nil
[i18n-debug] en.simple_form.labels.defaults.visibility_during_lease => "Is available for"
[i18n-debug] en.simple_form.hints.file_set.visibility_during_lease => nil
[i18n-debug] en.simple_form.hints.file_set.visibility_during_lease => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_during_lease => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_during_lease => nil
[i18n-debug] en.simple_form.placeholders.file_set.lease_expiration_date => nil
[i18n-debug] en.simple_form.placeholders.file_set.lease_expiration_date => nil
[i18n-debug] en.simple_form.placeholders.defaults.lease_expiration_date => nil
[i18n-debug] en.simple_form.placeholders.defaults.lease_expiration_date => nil
[i18n-debug] en.simple_form.labels.file_set.lease_expiration_date => nil
[i18n-debug] en.simple_form.labels.file_set.lease_expiration_date => nil
[i18n-debug] en.simple_form.labels.defaults.lease_expiration_date => "until"
[i18n-debug] en.simple_form.hints.file_set.lease_expiration_date => nil
[i18n-debug] en.simple_form.hints.file_set.lease_expiration_date => nil
[i18n-debug] en.simple_form.hints.defaults.lease_expiration_date => nil
[i18n-debug] en.simple_form.hints.defaults.lease_expiration_date => nil
[i18n-debug] en.hyrax.visibility.restricted.text => "Private"
[i18n-debug] en.hyrax.visibility.authenticated.text => "Institution Name"
[i18n-debug] en.simple_form.labels.file_set.visibility_after_lease => nil
[i18n-debug] en.simple_form.labels.file_set.visibility_after_lease => nil
[i18n-debug] en.simple_form.labels.defaults.visibility_after_lease => "then restrict it to"
[i18n-debug] en.simple_form.hints.file_set.visibility_after_lease => nil
[i18n-debug] en.simple_form.hints.file_set.visibility_after_lease => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_after_lease => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_after_lease => nil
[i18n-debug] en.hyrax.visibility.private.label_html => "<span class=\"label label-danger\">Private</span>"
[i18n-debug] en.hyrax.account_name => "My Institution Account Id"
[i18n-debug] en.hyrax.institution_name => "Institution Name"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.file_sets.groups_description.description_html => "The list of groups in the drop-down marked \"Select a group\" is a list of User Managed Groups that you are a member of.  You may select a specific group and assign an access level for a file within %{application_name}, similarly to adding user access levels.\n"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.institution_name => "Institution Name"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.directory.suffix => "@example.org"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.activerecord.attributes.user.password => nil
[i18n-debug] en.attributes.password => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.activerecord.attributes.user.remember_me => nil
[i18n-debug] en.attributes.remember_me => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.profile.login => "Login"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.devise.sessions.user.signed_in => nil
[i18n-debug] en.devise.sessions.signed_in => "Signed in successfully."
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.mailbox.date => "Date"
[i18n-debug] en.hyrax.mailbox.subject => "Subject"
[i18n-debug] en.hyrax.mailbox.message => "Message"
[i18n-debug] en.hyrax.mailbox.delete => "Delete Message"
[i18n-debug] en.datetime.distance_in_words.less_than_x_minutes => {:one=>"less than a minute", :other=>"less than %{count} minutes"}
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.datetime.distance_in_words.less_than_x_minutes => {:one=>"less than a minute", :other=>"less than %{count} minutes"}
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.mailbox.date => "Date"
[i18n-debug] en.hyrax.mailbox.subject => "Subject"
[i18n-debug] en.hyrax.mailbox.message => "Message"
[i18n-debug] en.hyrax.mailbox.delete => "Delete Message"
[i18n-debug] en.datetime.distance_in_words.less_than_x_minutes => {:one=>"less than a minute", :other=>"less than %{count} minutes"}
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.datetime.distance_in_words.less_than_x_minutes => {:one=>"less than a minute", :other=>"less than %{count} minutes"}
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.datetime.distance_in_words.less_than_x_minutes => {:one=>"less than a minute", :other=>"less than %{count} minutes"}
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.activerecord.attributes.user.password => nil
[i18n-debug] en.attributes.password => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.activerecord.attributes.user.remember_me => nil
[i18n-debug] en.attributes.remember_me => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.profile.login => "Login"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.devise.sessions.user.signed_in => nil
[i18n-debug] en.devise.sessions.signed_in => "Signed in successfully."
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.mailbox.date => "Date"
[i18n-debug] en.hyrax.mailbox.subject => "Subject"
[i18n-debug] en.hyrax.mailbox.message => "Message"
[i18n-debug] en.hyrax.mailbox.delete => "Delete Message"
[i18n-debug] en.datetime.distance_in_words.less_than_x_minutes => {:one=>"less than a minute", :other=>"less than %{count} minutes"}
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.datetime.distance_in_words.less_than_x_minutes => {:one=>"less than a minute", :other=>"less than %{count} minutes"}
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.mailbox.date => "Date"
[i18n-debug] en.hyrax.mailbox.subject => "Subject"
[i18n-debug] en.hyrax.mailbox.message => "Message"
[i18n-debug] en.hyrax.mailbox.delete => "Delete Message"
[i18n-debug] en.datetime.distance_in_words.less_than_x_minutes => {:one=>"less than a minute", :other=>"less than %{count} minutes"}
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.datetime.distance_in_words.less_than_x_minutes => {:one=>"less than a minute", :other=>"less than %{count} minutes"}
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.datetime.distance_in_words.less_than_x_minutes => {:one=>"less than a minute", :other=>"less than %{count} minutes"}
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.activerecord.attributes.user.password => nil
[i18n-debug] en.attributes.password => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.activerecord.attributes.user.remember_me => nil
[i18n-debug] en.attributes.remember_me => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.profile.login => "Login"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.devise.sessions.user.signed_in => nil
[i18n-debug] en.devise.sessions.signed_in => "Signed in successfully."
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.dashboard.no_notifications => "User has no notifications"
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.search.rss_feed => "RSS for results"
[i18n-debug] en.blacklight.search.atom_feed => "Atom for results"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.dashboard.my.collections => "My Collections"
[i18n-debug] en.hyrax.dashboard.my.highlights => "My Highlights"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.collection.select_form.title => "Add to collection"
[i18n-debug] en.hyrax.collection.select_form.no_collections => "You do not have access to any existing collections. You may create a new collection."
[i18n-debug] en.hyrax.collection.select_form.close => "Close"
[i18n-debug] en.hyrax.collection.select_form.create => "Create Collection"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.listing => "Listing of items you have deposited in"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.check_all_label => "Select all files to be added to a collection or edited"
[i18n-debug] en.hyrax.dashboard.my.heading.title => "Title"
[i18n-debug] en.hyrax.dashboard.my.heading.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.dashboard.my.heading.visibility => "Visibility"
[i18n-debug] en.hyrax.dashboard.my.heading.action => "Action"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.facet_label.works => "Filter your works"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.human_readable_type_sim => nil
[i18n-debug] en.blacklight.search.fields.human_readable_type_sim => nil
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.resource_type_sim => nil
[i18n-debug] en.blacklight.search.fields.resource_type_sim => nil
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.creator_sim => nil
[i18n-debug] en.blacklight.search.fields.creator_sim => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.activerecord.attributes.proxy_deposit_request.sending_user => nil
[i18n-debug] en.attributes.sending_user => nil
[i18n-debug] en.errors.format => "%{attribute} %{message}"
[i18n-debug] en.support.array => {:words_connector=>", ", :two_words_connector=>" and ", :last_word_connector=>", and "}
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.share_button => "Share Your Work"
[i18n-debug] en.hyrax.controls.terms => "Terms of Use"
[i18n-debug] en.hyrax.homepage.featured_works.tab_label => "Featured Works"
[i18n-debug] en.hyrax.homepage.recently_uploaded.tab_label => "Recently Uploaded"
[i18n-debug] en.hyrax.homepage.featured_works.title => "Featured Works"
[i18n-debug] en.hyrax.homepage.featured_works.no_works => "No works have been featured"
[i18n-debug] en.hyrax.homepage.recently_uploaded.title => "Recently Uploaded"
[i18n-debug] en.hyrax.homepage.recently_uploaded.depositor => "Depositor"
[i18n-debug] en.hyrax.homepage.recently_uploaded.details => "Details"
[i18n-debug] en.hyrax.homepage.admin_sets.title => "Explore Collections"
[i18n-debug] en.hyrax.homepage.featured_researcher.tab_label => "Featured Researcher"
[i18n-debug] en.hyrax.homepage.admin_sets.title => "Explore Collections"
[i18n-debug] en.hyrax.homepage.admin_sets.link => "View all administrative collections"
[i18n-debug] en.hyrax.homepage.featured_researcher.title => "Featured Researcher"
[i18n-debug] en.hyrax.homepage.featured_researcher.view_more => "View other featured researchers"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.activerecord.attributes.user.password => nil
[i18n-debug] en.attributes.password => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.activerecord.attributes.user.remember_me => nil
[i18n-debug] en.attributes.remember_me => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.profile.login => "Login"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.devise.sessions.user.signed_in => nil
[i18n-debug] en.devise.sessions.signed_in => "Signed in successfully."
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.dashboard.no_notifications => "User has no notifications"
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.search.rss_feed => "RSS for results"
[i18n-debug] en.blacklight.search.atom_feed => "Atom for results"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.dashboard.my.collections => "My Collections"
[i18n-debug] en.hyrax.dashboard.my.highlights => "My Highlights"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.collection.select_form.title => "Add to collection"
[i18n-debug] en.hyrax.collection.select_form.no_collections => "You do not have access to any existing collections. You may create a new collection."
[i18n-debug] en.hyrax.collection.select_form.close => "Close"
[i18n-debug] en.hyrax.collection.select_form.create => "Create Collection"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.listing => "Listing of items you have deposited in"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.check_all_label => "Select all files to be added to a collection or edited"
[i18n-debug] en.hyrax.dashboard.my.heading.title => "Title"
[i18n-debug] en.hyrax.dashboard.my.heading.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.dashboard.my.heading.visibility => "Visibility"
[i18n-debug] en.hyrax.dashboard.my.heading.action => "Action"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.facet_label.works => "Filter your works"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.human_readable_type_sim => nil
[i18n-debug] en.blacklight.search.fields.human_readable_type_sim => nil
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.resource_type_sim => nil
[i18n-debug] en.blacklight.search.fields.resource_type_sim => nil
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.creator_sim => nil
[i18n-debug] en.blacklight.search.fields.creator_sim => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.datetime.distance_in_words.less_than_x_minutes => {:one=>"less than a minute", :other=>"less than %{count} minutes"}
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.activerecord.attributes.user.password => nil
[i18n-debug] en.attributes.password => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.activerecord.attributes.user.remember_me => nil
[i18n-debug] en.attributes.remember_me => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.profile.login => "Login"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.devise.sessions.user.signed_in => nil
[i18n-debug] en.devise.sessions.signed_in => "Signed in successfully."
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.dashboard.no_notifications => "User has no notifications"
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.search.rss_feed => "RSS for results"
[i18n-debug] en.blacklight.search.atom_feed => "Atom for results"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.dashboard.my.collections => "My Collections"
[i18n-debug] en.hyrax.dashboard.my.highlights => "My Highlights"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.collection.select_form.title => "Add to collection"
[i18n-debug] en.hyrax.collection.select_form.no_collections => "You do not have access to any existing collections. You may create a new collection."
[i18n-debug] en.hyrax.collection.select_form.close => "Close"
[i18n-debug] en.hyrax.collection.select_form.create => "Create Collection"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.listing => "Listing of items you have deposited in"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.check_all_label => "Select all files to be added to a collection or edited"
[i18n-debug] en.hyrax.dashboard.my.heading.title => "Title"
[i18n-debug] en.hyrax.dashboard.my.heading.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.dashboard.my.heading.visibility => "Visibility"
[i18n-debug] en.hyrax.dashboard.my.heading.action => "Action"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.facet_label.works => "Filter your works"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.human_readable_type_sim => nil
[i18n-debug] en.blacklight.search.fields.human_readable_type_sim => nil
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.resource_type_sim => nil
[i18n-debug] en.blacklight.search.fields.resource_type_sim => nil
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.creator_sim => nil
[i18n-debug] en.blacklight.search.fields.creator_sim => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.datetime.distance_in_words.less_than_x_minutes => {:one=>"less than a minute", :other=>"less than %{count} minutes"}
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.datetime.distance_in_words.less_than_x_minutes => {:one=>"less than a minute", :other=>"less than %{count} minutes"}
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.mailbox.date => "Date"
[i18n-debug] en.hyrax.mailbox.subject => "Subject"
[i18n-debug] en.hyrax.mailbox.message => "Message"
[i18n-debug] en.hyrax.mailbox.delete => "Delete Message"
[i18n-debug] en.datetime.distance_in_words.less_than_x_minutes => {:one=>"less than a minute", :other=>"less than %{count} minutes"}
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.datetime.distance_in_words.less_than_x_minutes => {:one=>"less than a minute", :other=>"less than %{count} minutes"}
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.activerecord.attributes.user.password => nil
[i18n-debug] en.attributes.password => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.activerecord.attributes.user.remember_me => nil
[i18n-debug] en.attributes.remember_me => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.profile.login => "Login"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.devise.sessions.user.signed_in => nil
[i18n-debug] en.devise.sessions.signed_in => "Signed in successfully."
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.dashboard.no_notifications => "User has no notifications"
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.search.rss_feed => "RSS for results"
[i18n-debug] en.blacklight.search.atom_feed => "Atom for results"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.dashboard.my.collections => "My Collections"
[i18n-debug] en.hyrax.dashboard.my.highlights => "My Highlights"
[i18n-debug] en.hyrax.dashboard.my.shares => "Works Shared with Me"
[i18n-debug] en.hyrax.collection.select_form.title => "Add to collection"
[i18n-debug] en.hyrax.collection.select_form.no_collections => "You do not have access to any existing collections. You may create a new collection."
[i18n-debug] en.hyrax.collection.select_form.close => "Close"
[i18n-debug] en.hyrax.collection.select_form.create => "Create Collection"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.listing => "Listing of items you have deposited in"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.sr.check_all_label => "Select all files to be added to a collection or edited"
[i18n-debug] en.hyrax.dashboard.my.heading.title => "Title"
[i18n-debug] en.hyrax.dashboard.my.heading.date_uploaded => "Date Uploaded"
[i18n-debug] en.hyrax.dashboard.my.heading.visibility => "Visibility"
[i18n-debug] en.hyrax.dashboard.my.heading.action => "Action"
[i18n-debug] en.hyrax.dashboard.my.sr.batch_checkbox => "Check to add to a collection or edit list"
[i18n-debug] en.hyrax.dashboard.my.sr.show_label => "Display all details of"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.open_title_attr => "Change the visibility of this resource"
[i18n-debug] en.hyrax.dashboard.my.sr.press_to => "Press to"
[i18n-debug] en.hyrax.dashboard.my.action.select => "Select an action"
[i18n-debug] en.hyrax.dashboard.my.action.edit_work => "Edit Work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.my.action.work_confirmation => "Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation"
[i18n-debug] en.hyrax.dashboard.my.action.delete_work => "Delete Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.action.transfer => "Transfer Ownership of Work"
[i18n-debug] en.hyrax.dashboard.my.facet_label.works => "Filter your works"
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.human_readable_type_sim => nil
[i18n-debug] en.blacklight.search.fields.human_readable_type_sim => nil
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.resource_type_sim => nil
[i18n-debug] en.blacklight.search.fields.resource_type_sim => nil
[i18n-debug] en.number.format => {:separator=>".", :delimiter=>",", :precision=>3, :significant=>false, :strip_insignificant_zeros=>false}
[i18n-debug] en.blacklight.search.facets.count => "%{number}"
[i18n-debug] en.blacklight.search.fields.facet.creator_sim => nil
[i18n-debug] en.blacklight.search.fields.creator_sim => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.datetime.distance_in_words.less_than_x_minutes => {:one=>"less than a minute", :other=>"less than %{count} minutes"}
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.datetime.distance_in_words.less_than_x_minutes => {:one=>"less than a minute", :other=>"less than %{count} minutes"}
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.share_button => "Share Your Work"
[i18n-debug] en.hyrax.controls.terms => "Terms of Use"
[i18n-debug] en.hyrax.homepage.featured_works.tab_label => "Featured Works"
[i18n-debug] en.hyrax.homepage.recently_uploaded.tab_label => "Recently Uploaded"
[i18n-debug] en.hyrax.homepage.featured_works.title => "Featured Works"
[i18n-debug] en.support.array => {:words_connector=>", ", :two_words_connector=>" and ", :last_word_connector=>", and "}
[i18n-debug] en.hyrax.homepage.recently_uploaded.title => "Recently Uploaded"
[i18n-debug] en.hyrax.homepage.recently_uploaded.depositor => "Depositor"
[i18n-debug] en.hyrax.homepage.recently_uploaded.details => "Details"
[i18n-debug] en.hyrax.homepage.admin_sets.title => "Explore Collections"
[i18n-debug] en.hyrax.homepage.featured_researcher.tab_label => "Featured Researcher"
[i18n-debug] en.hyrax.homepage.admin_sets.title => "Explore Collections"
[i18n-debug] en.hyrax.homepage.admin_sets.link => "View all administrative collections"
[i18n-debug] en.hyrax.homepage.featured_researcher.title => "Featured Researcher"
[i18n-debug] en.hyrax.homepage.featured_researcher.view_more => "View other featured researchers"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.profile.login => "Login"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.activerecord.attributes.user.password => nil
[i18n-debug] en.attributes.password => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.activerecord.attributes.user.remember_me => nil
[i18n-debug] en.attributes.remember_me => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.profile.login => "Login"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.devise.sessions.user.signed_in => nil
[i18n-debug] en.devise.sessions.signed_in => "Signed in successfully."
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.dashboard.no_notifications => "User has no notifications"
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.admin.menu => "Administration"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.share_button => "Share Your Work"
[i18n-debug] en.hyrax.controls.terms => "Terms of Use"
[i18n-debug] en.hyrax.homepage.featured_works.tab_label => "Featured Works"
[i18n-debug] en.hyrax.homepage.recently_uploaded.tab_label => "Recently Uploaded"
[i18n-debug] en.hyrax.homepage.featured_works.title => "Featured Works"
[i18n-debug] en.hyrax.homepage.featured_works.drag => "Drag"
[i18n-debug] en.support.array => {:words_connector=>", ", :two_words_connector=>" and ", :last_word_connector=>", and "}
[i18n-debug] en.hyrax.homepage.recently_uploaded.title => "Recently Uploaded"
[i18n-debug] en.hyrax.homepage.recently_uploaded.depositor => "Depositor"
[i18n-debug] en.hyrax.homepage.recently_uploaded.details => "Details"
[i18n-debug] en.hyrax.homepage.admin_sets.title => "Explore Collections"
[i18n-debug] en.hyrax.homepage.featured_researcher.tab_label => "Featured Researcher"
[i18n-debug] en.hyrax.homepage.admin_sets.title => "Explore Collections"
[i18n-debug] en.hyrax.homepage.admin_sets.link => "View all administrative collections"
[i18n-debug] en.hyrax.homepage.featured_researcher.title => "Featured Researcher"
[i18n-debug] en.hyrax.homepage.featured_researcher.view_more => "View other featured researchers"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.admin.menu => "Administration"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.institution_name => "Institution Name"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.workflow.unauthorized => "The work is not currently available because it has not yet completed the approval process"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.unauthorized.update.generic_work => nil
[i18n-debug] en.unauthorized.manage.generic_work => nil
[i18n-debug] en.unauthorized.update.all => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.unauthorized.destroy.generic_work => nil
[i18n-debug] en.unauthorized.manage.generic_work => nil
[i18n-debug] en.unauthorized.destroy.all => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.unauthorized.edit.generic_work => nil
[i18n-debug] en.unauthorized.update.generic_work => nil
[i18n-debug] en.unauthorized.manage.generic_work => nil
[i18n-debug] en.unauthorized.edit.all => nil
[i18n-debug] en.unauthorized.update.all => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.unauthorized.edit.generic_work => nil
[i18n-debug] en.unauthorized.update.generic_work => nil
[i18n-debug] en.unauthorized.manage.generic_work => nil
[i18n-debug] en.unauthorized.edit.all => nil
[i18n-debug] en.unauthorized.update.all => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.works.edit.breadcrumb => "Edit"
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.my.works => "My Works"
[i18n-debug] en.hyrax.works.edit.breadcrumb => "Edit"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.works.new.after_create_html => "Your files are being processed by %{application_name} in the background. The metadata and access controls you specified are being applied. Files will be marked <span class=\"label label-danger\" title=\"Private\">Private</span> until this process is complete (shouldn't take too long, hang in there!). You may need to refresh this page to see these updates."
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.works.new.after_create_html => "Your files are being processed by %{application_name} in the background. The metadata and access controls you specified are being applied. Files will be marked <span class=\"label label-danger\" title=\"Private\">Private</span> until this process is complete (shouldn't take too long, hang in there!). You may need to refresh this page to see these updates."
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.works.new.after_create_html => "Your files are being processed by %{application_name} in the background. The metadata and access controls you specified are being applied. Files will be marked <span class=\"label label-danger\" title=\"Private\">Private</span> until this process is complete (shouldn't take too long, hang in there!). You may need to refresh this page to see these updates."
[i18n-debug] en.unauthorized.create.generic_work => nil
[i18n-debug] en.unauthorized.manage.generic_work => nil
[i18n-debug] en.unauthorized.create.all => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.workflow.unauthorized => "The work is not currently available because it has not yet completed the approval process"
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.activerecord.attributes.user.password => nil
[i18n-debug] en.attributes.password => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.activerecord.attributes.user.remember_me => nil
[i18n-debug] en.attributes.remember_me => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.profile.login => "Login"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.devise.sessions.user.signed_in => nil
[i18n-debug] en.devise.sessions.signed_in => "Signed in successfully."
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.dashboard.no_notifications => "User has no notifications"
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.share_button => "Share Your Work"
[i18n-debug] en.hyrax.controls.terms => "Terms of Use"
[i18n-debug] en.hyrax.homepage.featured_works.tab_label => "Featured Works"
[i18n-debug] en.hyrax.homepage.recently_uploaded.tab_label => "Recently Uploaded"
[i18n-debug] en.hyrax.homepage.featured_works.title => "Featured Works"
[i18n-debug] en.hyrax.homepage.featured_works.no_works => "No works have been featured"
[i18n-debug] en.hyrax.homepage.recently_uploaded.title => "Recently Uploaded"
[i18n-debug] en.hyrax.homepage.recently_uploaded.no_public => "No public work has been contributed."
[i18n-debug] en.hyrax.homepage.admin_sets.title => "Explore Collections"
[i18n-debug] en.hyrax.homepage.featured_researcher.tab_label => "Featured Researcher"
[i18n-debug] en.hyrax.homepage.admin_sets.title => "Explore Collections"
[i18n-debug] en.hyrax.homepage.admin_sets.link => "View all administrative collections"
[i18n-debug] en.hyrax.homepage.featured_researcher.title => "Featured Researcher"
[i18n-debug] en.hyrax.homepage.featured_researcher.view_more => "View other featured researchers"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.user_profile.tab_highlighted => "Highlighted"
[i18n-debug] en.hyrax.user_profile.tab_activity => "Activity"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.institution_name => "Institution Name"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.user_profile.zotero.alt => "Zotero icon"
[i18n-debug] en.hyrax.user_profile.zotero.label => "Zotero Profile"
[i18n-debug] en.hyrax.user_profile.zotero.unlinked => "Link with Zotero"
[i18n-debug] en.hyrax.user_profile.orcid.alt => "ORCID icon"
[i18n-debug] en.hyrax.user_profile.orcid.label => "ORCID Profile"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.unauthorized.create.generic_work => nil
[i18n-debug] en.unauthorized.manage.generic_work => nil
[i18n-debug] en.unauthorized.create.all => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.support.array.words_connector => ", "
[i18n-debug] en.devise.failure.user.unauthenticated => nil
[i18n-debug] en.devise.failure.unauthenticated => "You need to sign in or sign up before continuing."
[i18n-debug] en.unauthorized.create.generic_work => nil
[i18n-debug] en.unauthorized.manage.generic_work => nil
[i18n-debug] en.unauthorized.create.all => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.support.array.words_connector => ", "
[i18n-debug] en.devise.failure.user.unauthenticated => nil
[i18n-debug] en.devise.failure.unauthenticated => "You need to sign in or sign up before continuing."
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.toolbar.admin.menu => "Administration"
[i18n-debug] en.hyrax.admin.workflow_roles.header => "Workflow Roles"
[i18n-debug] en.hyrax.admin.workflow_roles.index.header.user => "User"
[i18n-debug] en.hyrax.admin.workflow_roles.index.header.roles => "Roles"
[i18n-debug] en.hyrax.admin.workflow_roles.index.delete.confirm => "Are you sure?"
[i18n-debug] en.hyrax.admin.workflow_roles.index.new_role => "Grant a role to a user:"
[i18n-debug] en.simple_form.labels.sipity_workflow_responsibility.index.user_id => nil
[i18n-debug] en.simple_form.labels.sipity_workflow_responsibility.user_id => nil
[i18n-debug] en.simple_form.labels.defaults.index.user_id => nil
[i18n-debug] en.simple_form.labels.defaults.user_id => nil
[i18n-debug] en.simple_form.required.text => "required"
[i18n-debug] en.simple_form.required.mark => "*"
[i18n-debug] en.simple_form.required.html => "<span class=\"label label-info required-tag\">required</span>"
[i18n-debug] en.simple_form.hints.sipity_workflow_responsibility.index.user_id => nil
[i18n-debug] en.simple_form.hints.sipity_workflow_responsibility.user_id => nil
[i18n-debug] en.simple_form.hints.defaults.index.user_id => nil
[i18n-debug] en.simple_form.hints.defaults.user_id => nil
[i18n-debug] en.simple_form.hints.sipity_workflow_responsibility.index.user_id => nil
[i18n-debug] en.simple_form.hints.sipity_workflow_responsibility.user_id => nil
[i18n-debug] en.simple_form.hints.defaults.index.user_id => nil
[i18n-debug] en.simple_form.hints.defaults.user_id => nil
[i18n-debug] en.simple_form.labels.sipity_workflow_responsibility.index.workflow_role_id => nil
[i18n-debug] en.simple_form.labels.sipity_workflow_responsibility.workflow_role_id => nil
[i18n-debug] en.simple_form.labels.defaults.index.workflow_role_id => nil
[i18n-debug] en.simple_form.labels.defaults.workflow_role_id => nil
[i18n-debug] en.simple_form.hints.sipity_workflow_responsibility.index.workflow_role_id => nil
[i18n-debug] en.simple_form.hints.sipity_workflow_responsibility.workflow_role_id => nil
[i18n-debug] en.simple_form.hints.defaults.index.workflow_role_id => nil
[i18n-debug] en.simple_form.hints.defaults.workflow_role_id => nil
[i18n-debug] en.simple_form.hints.sipity_workflow_responsibility.index.workflow_role_id => nil
[i18n-debug] en.simple_form.hints.sipity_workflow_responsibility.workflow_role_id => nil
[i18n-debug] en.simple_form.hints.defaults.index.workflow_role_id => nil
[i18n-debug] en.simple_form.hints.defaults.workflow_role_id => nil
[i18n-debug] en.activerecord.models.sipity/workflow_responsibility => nil
[i18n-debug] en.helpers.submit.sipity_workflow_responsibility.create => nil
[i18n-debug] en.helpers.submit.create => "Save"
[i18n-debug] en.hyrax.admin.sidebar.statistics => "Statistics"
[i18n-debug] en.hyrax.admin.sidebar.settings => "Settings"
[i18n-debug] en.hyrax.admin.sidebar.admin_sets => "Administrative Sets"
[i18n-debug] en.hyrax.admin.sidebar.workflow => "Workflows"
[i18n-debug] en.hyrax.admin.sidebar.workflow_review => "Review Submissions"
[i18n-debug] en.hyrax.admin.sidebar.workflow_roles => "Roles"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.admin.menu => "Administration"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.activerecord.attributes.user.password => nil
[i18n-debug] en.attributes.password => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.activerecord.attributes.user.remember_me => nil
[i18n-debug] en.attributes.remember_me => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.profile.login => "Login"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.devise.sessions.user.signed_in => nil
[i18n-debug] en.devise.sessions.signed_in => "Signed in successfully."
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.dashboard.no_notifications => "User has no notifications"
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.hyrax.file_manager.link_text => "File Manager"
[i18n-debug] en.simple_form.labels.generic_work.language => nil
[i18n-debug] en.simple_form.labels.generic_work.language => nil
[i18n-debug] en.simple_form.labels.defaults.language => nil
[i18n-debug] en.simple_form.labels.defaults.language => nil
[i18n-debug] en.simple_form.hints.generic_work.language => nil
[i18n-debug] en.simple_form.hints.generic_work.language => nil
[i18n-debug] en.simple_form.hints.defaults.language => "The language of the work's content."
[i18n-debug] en.unauthorized.manage.hyrax/feature => nil
[i18n-debug] en.unauthorized.manage.hyrax/feature => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.blacklight.search.search_results_header => "Search Constraints"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.search.page_title.title => "%{constraints} - %{application_name} Search Results"
[i18n-debug] en.blacklight.search.rss_feed => "RSS for results"
[i18n-debug] en.blacklight.search.atom_feed => "Atom for results"
[i18n-debug] en.blacklight.search.search_results => "Search Results"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.blacklight.search.documents.counter => "%{counter}. "
[i18n-debug] en.support.array => {:words_connector=>", ", :two_words_connector=>" and ", :last_word_connector=>", and "}
[i18n-debug] en.blacklight.search.fields.index.depositor_tesim => nil
[i18n-debug] en.blacklight.search.fields.depositor_tesim => nil
[i18n-debug] en.blacklight.search.index.gallery.label => nil
[i18n-debug] en.blacklight.search.index.label => "%{label}:"
[i18n-debug] en.blacklight.search.search_results_header => "Search Constraints"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.search.page_title.title => "%{constraints} - %{application_name} Search Results"
[i18n-debug] en.blacklight.search.rss_feed => "RSS for results"
[i18n-debug] en.blacklight.search.atom_feed => "Atom for results"
[i18n-debug] en.blacklight.search.search_results => "Search Results"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.blacklight.search.documents.counter => "%{counter}. "
[i18n-debug] en.support.array => {:words_connector=>", ", :two_words_connector=>" and ", :last_word_connector=>", and "}
[i18n-debug] en.blacklight.search.fields.index.depositor_tesim => nil
[i18n-debug] en.blacklight.search.fields.depositor_tesim => nil
[i18n-debug] en.blacklight.search.index.gallery.label => nil
[i18n-debug] en.blacklight.search.index.label => "%{label}:"
[i18n-debug] en.unauthorized.accept.proxy_deposit_request => nil
[i18n-debug] en.unauthorized.manage.proxy_deposit_request => nil
[i18n-debug] en.unauthorized.accept.all => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.activerecord.attributes.proxy_deposit_request.transfer_to => nil
[i18n-debug] en.attributes.transfer_to => nil
[i18n-debug] en.errors.format => "%{attribute} %{message}"
[i18n-debug] en.support.array => {:words_connector=>", ", :two_words_connector=>" and ", :last_word_connector=>", and "}
[i18n-debug] en.unauthorized.reject.proxy_deposit_request => nil
[i18n-debug] en.unauthorized.manage.proxy_deposit_request => nil
[i18n-debug] en.unauthorized.reject.all => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.unauthorized.destroy.proxy_deposit_request => nil
[i18n-debug] en.unauthorized.manage.proxy_deposit_request => nil
[i18n-debug] en.unauthorized.destroy.all => nil
[i18n-debug] en.unauthorized.manage.all => nil
[i18n-debug] en.unauthorized.default => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.support.array.words_connector => ", "
[i18n-debug] en.devise.failure.user.unauthenticated => nil
[i18n-debug] en.devise.failure.unauthenticated => "You need to sign in or sign up before continuing."
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.activerecord.attributes.user.password => nil
[i18n-debug] en.attributes.password => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.activerecord.attributes.user.remember_me => nil
[i18n-debug] en.attributes.remember_me => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.profile.login => "Login"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.devise.sessions.user.signed_in => nil
[i18n-debug] en.devise.sessions.signed_in => "Signed in successfully."
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.dashboard.no_notifications => "User has no notifications"
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.works.new.header => "Add New %{type}"
[i18n-debug] en.hyrax.batch_uploads.files.instructions => "Each file will be uploaded to a separate new work resulting in one work per uploaded file."
[i18n-debug] en.hyrax.works.edit.tab.files => "Files"
[i18n-debug] en.hyrax.works.edit.tab.metadata => "Descriptions"
[i18n-debug] en.hyrax.works.edit.tab.relationships => "Relationships"
[i18n-debug] en.hyrax.works.edit.tab.share => "Share"
[i18n-debug] en.hyrax.base.form_files.local_upload => "Add Local Files"
[i18n-debug] en.hyrax.base.form_files.dropzone => "Drop files here."
[i18n-debug] en.hyrax.base.form_files.external_upload => "Cloud Providers"
[i18n-debug] en.hyrax.upload.alert.contact_href_text => "contact form"
[i18n-debug] en.hyrax.upload.cloud_timeout_message_html => "Please note that if you upload a large number of files within a short period of time, the cloud provider may not be able to accommodate your request. If you experience any errors uploading from the cloud, let us know via the %{contact_href}."
[i18n-debug] en.hyrax.upload.browse_everything.browse_files_button => "Browse cloud files"
[i18n-debug] en.simple_form.labels.batch_upload_item.new.creator => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.creator => nil
[i18n-debug] en.simple_form.labels.defaults.new.creator => nil
[i18n-debug] en.simple_form.labels.defaults.creator => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.new.creator => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.creator => nil
[i18n-debug] en.simple_form.hints.defaults.new.creator => nil
[i18n-debug] en.simple_form.hints.defaults.creator => "The person or group responsible for the work. Usually this is the author of the content. Personal names should be entered with the last name first, e.g. &quot;Smith, John.&quot;."
[i18n-debug] en.simple_form.labels.batch_upload_item.new.keyword => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.keyword => nil
[i18n-debug] en.simple_form.labels.defaults.new.keyword => nil
[i18n-debug] en.simple_form.labels.defaults.keyword => "Keyword"
[i18n-debug] en.simple_form.hints.batch_upload_item.new.keyword => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.keyword => nil
[i18n-debug] en.simple_form.hints.defaults.new.keyword => nil
[i18n-debug] en.simple_form.hints.defaults.keyword => "Words or phrases you select to describe what the work is about. These are used to search for content."
[i18n-debug] en.simple_form.labels.batch_upload_item.new.rights => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.rights => nil
[i18n-debug] en.simple_form.labels.defaults.new.rights => nil
[i18n-debug] en.simple_form.labels.defaults.rights => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.new.rights => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.rights => nil
[i18n-debug] en.simple_form.hints.defaults.new.rights => nil
[i18n-debug] en.simple_form.hints.defaults.rights => "Licensing and distribution information governing access to the work. Select from the provided drop-down list."
[i18n-debug] en.hyrax.works.edit.additional_fields => "Additional fields"
[i18n-debug] en.simple_form.labels.batch_upload_item.new.contributor => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.contributor => nil
[i18n-debug] en.simple_form.labels.defaults.new.contributor => nil
[i18n-debug] en.simple_form.labels.defaults.contributor => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.new.contributor => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.contributor => nil
[i18n-debug] en.simple_form.hints.defaults.new.contributor => nil
[i18n-debug] en.simple_form.hints.defaults.contributor => "A person or group you want to recognize for playing a role in the creation of the work, but not the primary role."
[i18n-debug] en.simple_form.labels.batch_upload_item.new.description => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.description => nil
[i18n-debug] en.simple_form.labels.defaults.new.description => nil
[i18n-debug] en.simple_form.labels.defaults.description => "Abstract or Summary"
[i18n-debug] en.simple_form.hints.batch_upload_item.new.description => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.description => nil
[i18n-debug] en.simple_form.hints.defaults.new.description => nil
[i18n-debug] en.simple_form.hints.defaults.description => "Free-text notes about the work. Examples include abstracts of a paper or citation information for a journal article."
[i18n-debug] en.simple_form.labels.batch_upload_item.new.publisher => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.publisher => nil
[i18n-debug] en.simple_form.labels.defaults.new.publisher => nil
[i18n-debug] en.simple_form.labels.defaults.publisher => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.new.publisher => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.publisher => nil
[i18n-debug] en.simple_form.hints.defaults.new.publisher => nil
[i18n-debug] en.simple_form.hints.defaults.publisher => "The person or group making the work available. Generally this is the institution."
[i18n-debug] en.simple_form.labels.batch_upload_item.new.date_created => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.date_created => nil
[i18n-debug] en.simple_form.labels.defaults.new.date_created => nil
[i18n-debug] en.simple_form.labels.defaults.date_created => "Date Created"
[i18n-debug] en.simple_form.hints.batch_upload_item.new.date_created => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.date_created => nil
[i18n-debug] en.simple_form.hints.defaults.new.date_created => nil
[i18n-debug] en.simple_form.hints.defaults.date_created => "The date on which the work was created."
[i18n-debug] en.simple_form.labels.batch_upload_item.new.subject => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.subject => nil
[i18n-debug] en.simple_form.labels.defaults.new.subject => nil
[i18n-debug] en.simple_form.labels.defaults.subject => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.new.subject => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.subject => nil
[i18n-debug] en.simple_form.hints.defaults.new.subject => nil
[i18n-debug] en.simple_form.hints.defaults.subject => "Headings or index terms describing what the work is about; these do need to conform to an existing vocabulary."
[i18n-debug] en.simple_form.labels.batch_upload_item.new.language => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.language => nil
[i18n-debug] en.simple_form.labels.defaults.new.language => nil
[i18n-debug] en.simple_form.labels.defaults.language => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.new.language => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.language => nil
[i18n-debug] en.simple_form.hints.defaults.new.language => nil
[i18n-debug] en.simple_form.hints.defaults.language => "The language of the work's content."
[i18n-debug] en.simple_form.labels.batch_upload_item.new.identifier => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.identifier => nil
[i18n-debug] en.simple_form.labels.defaults.new.identifier => nil
[i18n-debug] en.simple_form.labels.defaults.identifier => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.new.identifier => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.identifier => nil
[i18n-debug] en.simple_form.hints.defaults.new.identifier => nil
[i18n-debug] en.simple_form.hints.defaults.identifier => "A unique handle identifying the work. An example would be a DOI for a journal article, or an ISBN or OCLC number for a book."
[i18n-debug] en.simple_form.labels.batch_upload_item.new.based_near => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.based_near => nil
[i18n-debug] en.simple_form.labels.defaults.new.based_near => nil
[i18n-debug] en.simple_form.labels.defaults.based_near => "Location"
[i18n-debug] en.simple_form.hints.batch_upload_item.new.based_near => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.based_near => nil
[i18n-debug] en.simple_form.hints.defaults.new.based_near => nil
[i18n-debug] en.simple_form.hints.defaults.based_near => "A place name related to the work, such as its site of publication, or the city, state, or country the work contents are about. Calls upon the <a href='http://www.geonames.org'>GeoNames web service</a>."
[i18n-debug] en.simple_form.labels.batch_upload_item.new.related_url => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.related_url => nil
[i18n-debug] en.simple_form.labels.defaults.new.related_url => nil
[i18n-debug] en.simple_form.labels.defaults.related_url => "Related URL"
[i18n-debug] en.simple_form.hints.batch_upload_item.new.related_url => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.related_url => nil
[i18n-debug] en.simple_form.hints.defaults.new.related_url => nil
[i18n-debug] en.simple_form.hints.defaults.related_url => "A link to a website or other specific content (audio, video, PDF document) related to the work. An example is the URL of a research project from which the work was derived."
[i18n-debug] en.simple_form.labels.batch_upload_item.new.source => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.source => nil
[i18n-debug] en.simple_form.labels.defaults.new.source => nil
[i18n-debug] en.simple_form.labels.defaults.source => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.new.source => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.source => nil
[i18n-debug] en.simple_form.hints.defaults.new.source => nil
[i18n-debug] en.simple_form.hints.defaults.source => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.new.source => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.source => nil
[i18n-debug] en.simple_form.hints.defaults.new.source => nil
[i18n-debug] en.simple_form.hints.defaults.source => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.new.admin_set_id => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.admin_set_id => nil
[i18n-debug] en.simple_form.labels.defaults.new.admin_set_id => nil
[i18n-debug] en.simple_form.labels.defaults.admin_set_id => "Add as member of administrative set"
[i18n-debug] en.simple_form.hints.batch_upload_item.new.admin_set_id => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.admin_set_id => nil
[i18n-debug] en.simple_form.hints.defaults.new.admin_set_id => nil
[i18n-debug] en.simple_form.hints.defaults.admin_set_id => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.new.admin_set_id => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.admin_set_id => nil
[i18n-debug] en.simple_form.hints.defaults.new.admin_set_id => nil
[i18n-debug] en.simple_form.hints.defaults.admin_set_id => nil
[i18n-debug] en.hyrax.works.new.in_collections => "This Work in Collections"
[i18n-debug] en.simple_form.labels.batch_upload_item.new.member_of_collection_ids => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.member_of_collection_ids => nil
[i18n-debug] en.simple_form.labels.defaults.new.member_of_collection_ids => nil
[i18n-debug] en.simple_form.labels.defaults.member_of_collection_ids => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.new.member_of_collection_ids => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.member_of_collection_ids => nil
[i18n-debug] en.simple_form.hints.defaults.new.member_of_collection_ids => nil
[i18n-debug] en.simple_form.hints.defaults.member_of_collection_ids => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.new.member_of_collection_ids => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.member_of_collection_ids => nil
[i18n-debug] en.simple_form.hints.defaults.new.member_of_collection_ids => nil
[i18n-debug] en.simple_form.hints.defaults.member_of_collection_ids => nil
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.directory.suffix => "@example.org"
[i18n-debug] en.hyrax.account_label => "User"
[i18n-debug] en.hyrax.works.progress.header => "Save Work"
[i18n-debug] en.hyrax.base.form_progress.requirements => "Requirements"
[i18n-debug] en.hyrax.base.form_progress.required_descriptions => "Describe your work"
[i18n-debug] en.hyrax.base.form_progress.required_files => "Add files"
[i18n-debug] en.hyrax.visibility.open.label_html => "<span class=\"label label-success\">Open Access</span>"
[i18n-debug] en.hyrax.visibility.open.note_html => "Everyone. Check out <a href=\"http://www.sherpa.ac.uk/romeo/\">SHERPA/RoMEO</a> for specific publishers' copyright policies if you plan to patent and/or publish your %{type} in a journal."
[i18n-debug] en.hyrax.visibility.open.label_html => "<span class=\"label label-success\">Open Access</span>"
[i18n-debug] en.hyrax.institution_name => "Institution Name"
[i18n-debug] en.hyrax.visibility.authenticated.label_html => "<span class=\"label label-info\">%{institution}</span>"
[i18n-debug] en.hyrax.institution_name => "Institution Name"
[i18n-debug] en.hyrax.visibility.authenticated.note_html => "Restrict access to only users and/or groups from %{institution}"
[i18n-debug] en.hyrax.visibility.embargo.label_html => "<span class=\"label label-warning\">Embargo</span>"
[i18n-debug] en.hyrax.visibility.restricted.text => "Private"
[i18n-debug] en.hyrax.visibility.authenticated.text => "Institution Name"
[i18n-debug] en.simple_form.labels.batch_upload_item.new.visibility_during_embargo => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.visibility_during_embargo => nil
[i18n-debug] en.simple_form.labels.defaults.new.visibility_during_embargo => nil
[i18n-debug] en.simple_form.labels.defaults.visibility_during_embargo => "Restricted to"
[i18n-debug] en.simple_form.hints.batch_upload_item.new.visibility_during_embargo => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.visibility_during_embargo => nil
[i18n-debug] en.simple_form.hints.defaults.new.visibility_during_embargo => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_during_embargo => nil
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.authenticated.text => "Institution Name"
[i18n-debug] en.simple_form.labels.batch_upload_item.new.visibility_after_embargo => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.visibility_after_embargo => nil
[i18n-debug] en.simple_form.labels.defaults.new.visibility_after_embargo => nil
[i18n-debug] en.simple_form.labels.defaults.visibility_after_embargo => "then open it up to"
[i18n-debug] en.simple_form.hints.batch_upload_item.new.visibility_after_embargo => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.visibility_after_embargo => nil
[i18n-debug] en.simple_form.hints.defaults.new.visibility_after_embargo => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_after_embargo => nil
[i18n-debug] en.hyrax.visibility.lease.label_html => "<span class=\"label label-warning\">Lease</span>"
[i18n-debug] en.hyrax.visibility.open.text => "Open Access"
[i18n-debug] en.hyrax.visibility.authenticated.text => "Institution Name"
[i18n-debug] en.simple_form.labels.batch_upload_item.new.visibility_during_lease => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.visibility_during_lease => nil
[i18n-debug] en.simple_form.labels.defaults.new.visibility_during_lease => nil
[i18n-debug] en.simple_form.labels.defaults.visibility_during_lease => "Is available for"
[i18n-debug] en.simple_form.hints.batch_upload_item.new.visibility_during_lease => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.visibility_during_lease => nil
[i18n-debug] en.simple_form.hints.defaults.new.visibility_during_lease => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_during_lease => nil
[i18n-debug] en.hyrax.visibility.restricted.text => "Private"
[i18n-debug] en.hyrax.visibility.authenticated.text => "Institution Name"
[i18n-debug] en.simple_form.labels.batch_upload_item.new.visibility_after_lease => nil
[i18n-debug] en.simple_form.labels.batch_upload_item.visibility_after_lease => nil
[i18n-debug] en.simple_form.labels.defaults.new.visibility_after_lease => nil
[i18n-debug] en.simple_form.labels.defaults.visibility_after_lease => "then restrict it to"
[i18n-debug] en.simple_form.hints.batch_upload_item.new.visibility_after_lease => nil
[i18n-debug] en.simple_form.hints.batch_upload_item.visibility_after_lease => nil
[i18n-debug] en.simple_form.hints.defaults.new.visibility_after_lease => nil
[i18n-debug] en.simple_form.hints.defaults.visibility_after_lease => nil
[i18n-debug] en.hyrax.visibility.private.label_html => "<span class=\"label label-danger\">Private</span>"
[i18n-debug] en.hyrax.visibility.private.note_html => "Only users and/or groups that have been given specific access in the \"Share With\" section."
[i18n-debug] en.hyrax.active_consent_to_agreement => "I have read and agree to the"
[i18n-debug] en.hyrax.deposit_agreement => "Deposit Agreement"
[i18n-debug] en.helpers.action.cancel => "Cancel"
[i18n-debug] en.activemodel.models.batch_upload_item => nil
[i18n-debug] en.activemodel.models.active_fedora/base => nil
[i18n-debug] en.helpers.submit.batch_upload_item.create => nil
[i18n-debug] en.helpers.submit.create => "Save"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-debug] en.hyrax.icons.collection => "fa fa-cubes"
[i18n-debug] en.hyrax.toolbar.collections.menu => "Collections"
[i18n-debug] en.hyrax.toolbar.collections.my => "My Collections"
[i18n-debug] en.hyrax.toolbar.collections.new => "New Collection"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.notifications => "Notifications"
[i18n-debug] en.hyrax.toolbar.profile.sr_action => "View"
[i18n-debug] en.hyrax.toolbar.profile.sr_target => "profile"
[i18n-debug] en.hyrax.toolbar.profile.view => "View Profile"
[i18n-debug] en.hyrax.toolbar.profile.edit => "Edit Profile"
[i18n-debug] en.hyrax.toolbar.profile.logout => "Logout"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.simple_form.placeholders.generic_work.description => nil
[i18n-debug] en.simple_form.placeholders.generic_work.description => nil
[i18n-debug] en.simple_form.placeholders.defaults.description => nil
[i18n-debug] en.simple_form.placeholders.defaults.description => nil
[i18n-debug] en.simple_form.labels.generic_work.description => nil
[i18n-debug] en.simple_form.labels.generic_work.description => nil
[i18n-debug] en.simple_form.labels.defaults.description => "Abstract or Summary"
[i18n-debug] en.simple_form.hints.generic_work.description => nil
[i18n-debug] en.simple_form.hints.generic_work.description => nil
[i18n-debug] en.simple_form.hints.defaults.description => "Free-text notes about the work. Examples include abstracts of a paper or citation information for a journal article."
[i18n-debug] en.simple_form.placeholders.generic_work.description => nil
[i18n-debug] en.simple_form.placeholders.generic_work.description => nil
[i18n-debug] en.simple_form.placeholders.defaults.description => nil
[i18n-debug] en.simple_form.placeholders.defaults.description => nil
[i18n-debug] en.simple_form.labels.generic_work.description => nil
[i18n-debug] en.simple_form.labels.generic_work.description => nil
[i18n-debug] en.simple_form.labels.defaults.description => "Abstract or Summary"
[i18n-debug] en.simple_form.required.text => "required"
[i18n-debug] en.simple_form.required.mark => "*"
[i18n-debug] en.simple_form.required.html => "<span class=\"label label-info required-tag\">required</span>"
[i18n-debug] en.simple_form.hints.generic_work.description => nil
[i18n-debug] en.simple_form.hints.generic_work.description => nil
[i18n-debug] en.simple_form.hints.defaults.description => "Free-text notes about the work. Examples include abstracts of a paper or citation information for a journal article."
[i18n-debug] en.simple_form.labels.generic_work.description => nil
[i18n-debug] en.simple_form.labels.generic_work.description => nil
[i18n-debug] en.simple_form.labels.defaults.description => "Abstract or Summary"
[i18n-debug] en.simple_form.hints.generic_work.description => nil
[i18n-debug] en.simple_form.hints.generic_work.description => nil
[i18n-debug] en.simple_form.hints.defaults.description => "Free-text notes about the work. Examples include abstracts of a paper or citation information for a journal article."
[i18n-debug] en.simple_form.labels.generic_work.description => nil
[i18n-debug] en.simple_form.labels.generic_work.description => nil
[i18n-debug] en.simple_form.labels.defaults.description => "Abstract or Summary"
[i18n-debug] en.simple_form.hints.generic_work.description => nil
[i18n-debug] en.simple_form.hints.generic_work.description => nil
[i18n-debug] en.simple_form.hints.defaults.description => "Free-text notes about the work. Examples include abstracts of a paper or citation information for a journal article."
[i18n-debug] en.support.array => {:words_connector=>", ", :two_words_connector=>" and ", :last_word_connector=>", and "}
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.helpers.label.user.email => nil
[i18n-debug] en.activerecord.attributes.user.email => nil
[i18n-debug] en.attributes.email => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.helpers.label.user.password => nil
[i18n-debug] en.activerecord.attributes.user.password => nil
[i18n-debug] en.attributes.password => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.helpers.label.user.remember_me => nil
[i18n-debug] en.activerecord.attributes.user.remember_me => nil
[i18n-debug] en.attributes.remember_me => nil
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.language_switch => "Switch language"
[i18n-debug] en.hyrax.toolbar.profile.login => "Login"
[i18n-debug] en.hyrax.footer.service_html => "A service of <a href=\"http://projecthydra.org/\" class=\"navbar-link\" target=\"_blank\">Project Hydra</a>."
[i18n-debug] en.hyrax.footer.copyright_html => "<strong>Copyright &copy; 2016 Project Hydra</strong> Licensed under the Apache License, Version 2.0"
[i18n-debug] en.hyrax.background_attribution_html => "Background image CC by-nc-sa by <a href=\"https://flic.kr/p/eirxaf\">f2b1610</a>"
[i18n-debug] en.devise.sessions.user.signed_in => nil
[i18n-debug] en.devise.sessions.signed_in => "Signed in successfully."
[i18n-debug] en.hyrax.dashboard.title => "My Dashboard"
[i18n-debug] en.hyrax.dashboard.create_work => "Create Work"
[i18n-debug] en.hyrax.dashboard.create_collection => "Create Collection"
[i18n-debug] en.hyrax.dashboard.view_works => "View Works"
[i18n-debug] en.hyrax.dashboard.view_collections => "View Collections"
[i18n-debug] en.hyrax.dashboard.stats.collections => "Collections created"
[i18n-debug] en.hyrax.dashboard.stats.works => "Works created"
[i18n-debug] en.hyrax.dashboard.stats.file_views => "View"
[i18n-debug] en.hyrax.dashboard.stats.file_downloads => "Download"
[i18n-debug] en.hyrax.view_profile => "View Profile"
[i18n-debug] en.hyrax.edit_profile => "Edit Profile"
[i18n-debug] en.hyrax.dashboard.user_activity => "User Activity"
[i18n-debug] en.hyrax.dashboard.no_activity => "User has no recent activity"
[i18n-debug] en.hyrax.dashboard.user_notifications => "User Notifications"
[i18n-debug] en.hyrax.dashboard.no_notifications => "User has no notifications"
[i18n-debug] en.hyrax.dashboard.manage_proxies => "Manage Proxies"
[i18n-debug] en.hyrax.dashboard.authorize_proxies => "Authorize Proxies"
[i18n-debug] en.hyrax.dashboard.proxy_user => "Proxy User"
[i18n-debug] en.hyrax.dashboard.current_proxies => "Current Proxies"
[i18n-debug] en.hyrax.dashboard.transfer_of_ownership => "Transfer of Ownership"
[i18n-debug] en.hyrax.dashboard.transfers_sent => "Sent"
[i18n-debug] en.hyrax.dashboard.transfer_works_link => "Select works to transfer"
[i18n-debug] en.hyrax.dashboard.no_transfers => "You haven't transferred any work"
[i18n-debug] en.hyrax.dashboard.transfers_received => "Received"
[i18n-debug] en.hyrax.dashboard.no_transfer_requests => "You haven't received any work transfer requests"
[i18n-debug] en.hyrax.controls.home => "Home"
[i18n-debug] en.hyrax.controls.about => "About"
[i18n-debug] en.hyrax.controls.help => "Help"
[i18n-debug] en.hyrax.controls.contact => "Contact"
[i18n-debug] en.hyrax.search.form.q.label => "Search Hyrax"
[i18n-debug] en.hyrax.search.form.q.placeholder => "Enter search terms"
[i18n-debug] en.hyrax.search.button.html => "<span class=\"glyphicon glyphicon-search\"></span> Go"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_long => "All of Hyrax"
[i18n-debug] en.hyrax.search.form.option.all.label_short => "All"
[i18n-debug] en.hyrax.search.form.option.my_works.label_long => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_works.label_short => "My Works"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_long => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_collections.label_short => "My Collections"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_long => "My Shares"
[i18n-debug] en.hyrax.search.form.option.my_shares.label_short => "My Shares"
[i18n-debug] en.hyrax.document_language => "en"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.select_type_of_work => "Select type of work"
[i18n-debug] en.hyrax.icons.generic_work => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.generic_work.name => "Generic Work"
[i18n-debug] en.hyrax.select_type.generic_work.description => "Generic work works"
[i18n-debug] en.hyrax.icons.atlas => "fa fa-file-text-o"
[i18n-debug] en.hyrax.select_type.atlas.name => "Atlas"
[i18n-debug] en.hyrax.select_type.atlas.description => "Atlas works"
[i18n-debug] en.hyrax.dashboard.heading_actions.close => "Close"
[i18n-debug] en.hyrax.dashboard.heading_actions.create_work => "Create work"
[i18n-debug] en.blacklight.application_name => "Blacklight"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.product_name => "Hyrax"
[i18n-debug] en.hyrax.toolbar.dashboard.menu => "Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.my => "My Dashboard"
[i18n-debug] en.hyrax.toolbar.dashboard.transfers => "Transfers"
[i18n-debug] en.hyrax.toolbar.dashboard.highlights => "Highlights"
[i18n-debug] en.hyrax.toolbar.dashboard.shares => "Shares"
[i18n-debug] en.hyrax.toolbar.works.menu => "Works"
[i18n-debug] en.hyrax.toolbar.works.my => "My Works"
[i18n-debug] en.hyrax.toolbar.works.new => "New Work"
[i18n-debug] en.hyrax.toolbar.works.batch => "Batch Create"
[i18n-deb
Clone this wiki locally