From: Kai Krueger Date: Sun, 2 May 2010 00:06:30 +0000 (+0100) Subject: Make a missing string translatable. Add a note about not needing a password with... X-Git-Tag: live~6320 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/900fdde6646f572912f4422bfee10131d95b7a73 Make a missing string translatable. Add a note about not needing a password with OpenID --- diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb index 8f4c6d603..7ac168eba 100644 --- a/app/views/user/new.html.erb +++ b/app/views/user/new.html.erb @@ -35,9 +35,10 @@ <%= t 'user.new.openID' %><%= text_field('user', 'openid_url',{:size => 50, :maxlength => 255, :tabindex => 6, :value => @openID, :class => "openid_url"}) %> <%= t 'user.new.openID description' %> <% else %> - <%= link_to_function('Associate an OpenID with your account') { |page| page.hide 'openid-prompt'; page.show 'openid-url', 'openid-note' } %> + <%= link_to_function(t 'user.new.openID associate') { |page| page.hide 'openid-prompt'; page.show 'openid-url', 'openid-note', 'openid-note-2' } %> <%= t 'user.new.openID' %><%= text_field('user', 'openid_url',{:size => 50, :maxlength => 255, :tabindex => 6, :value => @openID, :class => "openid_url"}) %> <%= t 'user.new.openID description' %> + <%= t 'user.new.openID nopassword' %> <% end %>   diff --git a/config/locales/en.yml b/config/locales/en.yml index 2d4a634ad..bb01b4df2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1573,8 +1573,10 @@ en: display name description: "Your publicly displayed username. You can change this later in the preferences." password: "Password:" confirm password: "Confirm Password:" + openID associate: "Associate an OpenID with your account" openID: "OpenID:" openID description: '(Optional) If you have an OpenID you can associate it with this account to login' + openID nopassword: "With OpenID, you don't need to specify a password during signup, but some extra OpenStreetMap services or tools may still need one" openID association: 'Your OpenID is not associated with a OpenStreetMap account yet.
' signup: Signup flash create success message: "User was successfully created. Check your email for a confirmation note, and you will be mapping in no time :-)

Please note that you will not be able to login until you've received and confirmed your email address.

If you use an antispam system which sends confirmation requests then please make sure you whitelist webmaster@openstreetmap.org as we are unable to reply to any confirmation requests."