From 7538f89a95521a201d0dd75a30b59b39c0464a3d Mon Sep 17 00:00:00 2001 From: movilla Date: Sat, 12 May 2012 22:18:10 +0200 Subject: Translation registrations/new --- app/views/registrations/new.html.erb | 20 ++++++++------------ config/locales/diaspora/en.yml | 7 +++++++ 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/app/views/registrations/new.html.erb b/app/views/registrations/new.html.erb index b9421b0e4..a0911372d 100644 --- a/app/views/registrations/new.html.erb +++ b/app/views/registrations/new.html.erb @@ -8,26 +8,22 @@

- HEY, -
- MAKE -
- SOMETHING. + <%= t('.hey_make').html_safe %>

- <3 Diaspora* + <%= t('.diaspora') %>

- SIGN UP + <%= t('.sign_up') %>

<%= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => {:class => "form-horizontal block-form", :autocomplete => "off"}, :validate => true) do |f| %>
@@ -37,7 +33,7 @@
@@ -47,7 +43,7 @@
@@ -57,9 +53,9 @@ <%= invite_hidden_tag(invite) %>
- <%= f.submit "Continue", :class => "new-btn" %> + <%= f.submit t('.continue'), :class => "new-btn" %> <% end %>
- \ No newline at end of file + diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index a8e309206..d0da4adf4 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -707,6 +707,13 @@ en: enter_username: "Pick a username (only letters, numbers, and underscores)" enter_password: "Enter a password (six character minimum)" enter_password_again: "Enter the same password as before" + hey_make: "HEY,
MAKE
SOMETHING." + diaspora: "<3 Diaspora*" + sign_up: "SIGN UP" + email: "EMAIL" + username: "USERNAME" + password: "PASSWORD" + continue: "Continue" create: success: "You've joined Diaspora!" edit: -- cgit v1.2.3