Commit 91e0208c921180e7e05699956c4a45a866292632
1 parent
6d52196b
Exists in
master
and in
29 other branches
Better English wording.
Showing
3 changed files
with
4 additions
and
4 deletions
Show diff stats
app/views/account/_signup_form.rhtml
@@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
10 | <% end %> | 10 | <% end %> |
11 | 11 | ||
12 | <% labelled_form_for :user, @user, | 12 | <% labelled_form_for :user, @user, |
13 | - :html => { :help=>_('Fill all this fields to join in this environment. <p/> If you forgot your password, do not create a new account, click on the "<b>I forgot my password!</b>" link. ;-)'), :id => 'profile-data' | 13 | + :html => { :help=>_('Fill all these fields to join in this environment. <p/> If you forgot your password, do not create a new account, click on the "<b>I forgot my password!</b>" link. ;-)'), :id => 'profile-data' |
14 | } do |f| -%> | 14 | } do |f| -%> |
15 | <%= icaptcha_field() %> | 15 | <%= icaptcha_field() %> |
16 | 16 |
app/views/account/activation_question.rhtml
@@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
14 | var answer = parseInt(form.answer.value); | 14 | var answer = parseInt(form.answer.value); |
15 | var val = form.answer.value; | 15 | var val = form.answer.value; |
16 | if (!answer || (val.length != 14)) { | 16 | if (!answer || (val.length != 14)) { |
17 | - alert(<%= _('An CNPJ have 14 digits').inspect %>); | 17 | + alert(<%= _('A CNPJ have 14 digits').inspect %>); |
18 | return false; | 18 | return false; |
19 | } else { | 19 | } else { |
20 | return true; | 20 | return true; |
po/pt/noosfero.po
@@ -13,7 +13,7 @@ msgid "" | @@ -13,7 +13,7 @@ msgid "" | ||
13 | msgstr "" | 13 | msgstr "" |
14 | "Project-Id-Version: noosfero 0.20.0\n" | 14 | "Project-Id-Version: noosfero 0.20.0\n" |
15 | "POT-Creation-Date: 2009-09-29 18:56-0300\n" | 15 | "POT-Creation-Date: 2009-09-29 18:56-0300\n" |
16 | -"PO-Revision-Date: 2009-10-04 18:18-0300\n" | 16 | +"PO-Revision-Date: 2009-10-24 10:33-0300\n" |
17 | "Last-Translator: Joenio Costa <joenio@colivre.coop.br>\n" | 17 | "Last-Translator: Joenio Costa <joenio@colivre.coop.br>\n" |
18 | "Language-Team: LANGUAGE <LL@li.org>\n" | 18 | "Language-Team: LANGUAGE <LL@li.org>\n" |
19 | "MIME-Version: 1.0\n" | 19 | "MIME-Version: 1.0\n" |
@@ -5084,7 +5084,7 @@ msgid "The year must be between %d and %d" | @@ -5084,7 +5084,7 @@ msgid "The year must be between %d and %d" | ||
5084 | msgstr "O ano precisa estar entre %d e %d" | 5084 | msgstr "O ano precisa estar entre %d e %d" |
5085 | 5085 | ||
5086 | #: app/views/account/activation_question.rhtml:17 | 5086 | #: app/views/account/activation_question.rhtml:17 |
5087 | -msgid "An CNPJ have 14 digits" | 5087 | +msgid "A CNPJ have 14 digits" |
5088 | msgstr "Um CNPJ tem 14 dígitos" | 5088 | msgstr "Um CNPJ tem 14 dígitos" |
5089 | 5089 | ||
5090 | #: app/views/account/activation_question.rhtml:26 | 5090 | #: app/views/account/activation_question.rhtml:26 |