Commit feec7fad8611b64fa106ee01a064849e625a977e

Authored by Leandro Santos
1 parent 417d4103
Exists in stable-spb-1.5

RequireAuthTtoCommentPlugin: make portuguese translation

plugins/require_auth_to_comment/po/pt/require_auth_to_comment.po
@@ -29,16 +29,16 @@ msgid "Requires users to authenticate in order to post comments." @@ -29,16 +29,16 @@ msgid "Requires users to authenticate in order to post comments."
29 msgstr "Exige que os usuários se autentiquem antes de postar coentários." 29 msgstr "Exige que os usuários se autentiquem antes de postar coentários."
30 30
31 #: plugins/require_auth_to_comment/views/require_auth_to_comment_plugin_admin/index.html.erb:1 31 #: plugins/require_auth_to_comment/views/require_auth_to_comment_plugin_admin/index.html.erb:1
32 -msgid "Require auth to comment Settings"  
33 -msgstr "" 32 +msgid "Require auth to comment plugin Settings"
  33 +msgstr "Configurações do plugin require auth to comment"
34 34
35 #: plugins/require_auth_to_comment/views/require_auth_to_comment_plugin_admin/index.html.erb:8 35 #: plugins/require_auth_to_comment/views/require_auth_to_comment_plugin_admin/index.html.erb:8
36 msgid "Hide button" 36 msgid "Hide button"
37 -msgstr "" 37 +msgstr "Esconder botão"
38 38
39 #: plugins/require_auth_to_comment/views/require_auth_to_comment_plugin_admin/index.html.erb:11 39 #: plugins/require_auth_to_comment/views/require_auth_to_comment_plugin_admin/index.html.erb:11
40 msgid "Display login popup" 40 msgid "Display login popup"
41 -msgstr "" 41 +msgstr "Mostrar popup de login"
42 42
43 #: plugins/require_auth_to_comment/views/require_auth_to_comment_plugin_admin/index.html.erb:17 43 #: plugins/require_auth_to_comment/views/require_auth_to_comment_plugin_admin/index.html.erb:17
44 msgid "Save" 44 msgid "Save"
plugins/require_auth_to_comment/views/require_auth_to_comment_plugin_admin/index.html.erb
1 -<h1><%= _('Require auth to comment Settings')%></h1> 1 +<h1><%= _('Require auth to comment plugin Settings')%></h1>
2 2
3 <%= form_for(:settings) do |f| %> 3 <%= form_for(:settings) do |f| %>
4 4