<% Noosfero.each_locale do |language_code,language_name| %>
<% FastGettext.set_locale language_code %>
<%= _('Temporary system problem') %>
<%= _('Our technical team is working on it, please try again later. Sorry for the inconvenience.') %>
<% end %>