diaspora/app/views/users/getting_started/_step_4.html.haml
MrZYX e72f4e1da7 translatable status is good again
made default aspects translatable
fix all the misssing translations I found
cleanup en.yml
2010-11-22 22:30:37 +01:00

39 lines
756 B
Text

-# Copyright (c) 2010, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
%h1
= t('.set_up', :name => first_name_or_username(current_user))
.description
= t('.ready_to_share')
%ul.inline_aspect_listing
- for aspect in @aspects
%li= aspect
%br
%br
%h3
= link_to t('.continue'), root_path
%br
%br
%br
%p
= t('.change_profile')
%b #{t('layouts.header.edit_profile')}
= t('.user_menu')
%p
= t('.connect_disconnect')
%b #{t('layouts.header.account_settings')}
= t('.user_menu')
%p
= t('.manage_aspects')
%b #{t('.manage')}
= t('.tab_also_added')
.submit_block
= link_to "#{t('.finish')} →", root_url, :class => "button"