Commit 3bb71bf3cbd37fdb56f8d0d49f94613b79d31118

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

OauthClientPlugin: make portuguese translation

Showing 1 changed file with 120 additions and 0 deletions   Show diff stats
plugins/oauth_client/po/pt/oauth_client.po 0 → 100644
... ... @@ -0,0 +1,120 @@
  1 +# SOME DESCRIPTIVE TITLE.
  2 +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3 +# This file is distributed under the same license as the PACKAGE package.
  4 +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5 +#
  6 +msgid ""
  7 +msgstr ""
  8 +"Project-Id-Version: 1.3~rc2-1-ga15645d\n"
  9 +"POT-Creation-Date: 2015-10-30 16:35-0300\n"
  10 +"PO-Revision-Date: 2015-08-06 17:21-0300\n"
  11 +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  12 +"Language-Team: LANGUAGE <LL@li.org>\n"
  13 +"Language: \n"
  14 +"MIME-Version: 1.0\n"
  15 +"Content-Type: text/plain; charset=UTF-8\n"
  16 +"Content-Transfer-Encoding: 8bit\n"
  17 +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  18 +
  19 +#: plugins/oauth_client/lib/oauth_client_plugin.rb:10
  20 +msgid "Login with Oauth."
  21 +msgstr "Logar com Oauth."
  22 +
  23 +#: plugins/oauth_client/controllers/public/oauth_client_plugin_public_controller.rb:12
  24 +msgid "Failed to login"
  25 +msgstr "Falha ao iniciar a sessão"
  26 +
  27 +#: plugins/oauth_client/controllers/public/oauth_client_plugin_public_controller.rb:30
  28 +msgid "Can't login with %s"
  29 +msgstr "Não é possível iniciar a sessão com %s"
  30 +
  31 +#: plugins/oauth_client/controllers/oauth_client_plugin_admin_controller.rb:20
  32 +msgid "Saved!"
  33 +msgstr "Salvo!"
  34 +
  35 +#: plugins/oauth_client/controllers/oauth_client_plugin_admin_controller.rb:22
  36 +msgid "Error!"
  37 +msgstr "Erro!"
  38 +
  39 +#: plugins/oauth_client/views/account/_oauth_signup.html.erb:10
  40 +msgid "Email"
  41 +msgstr "Email"
  42 +
  43 +#: plugins/oauth_client/views/oauth_client_plugin_admin/_noosfero_oauth2.html.erb:3
  44 +msgid "Client Url"
  45 +msgstr "Url do cliente"
  46 +
  47 +#: plugins/oauth_client/views/oauth_client_plugin_admin/edit.html.erb:1
  48 +#: plugins/oauth_client/views/oauth_client_plugin_admin/index.html.erb:1
  49 +msgid "Oauth Client Settings"
  50 +msgstr "Configurações do Oauth Client"
  51 +
  52 +#: plugins/oauth_client/views/oauth_client_plugin_admin/edit.html.erb:2
  53 +msgid "Edit Provider"
  54 +msgstr "Editar Provedor"
  55 +
  56 +#: plugins/oauth_client/views/oauth_client_plugin_admin/edit.html.erb:7
  57 +msgid "Enabled"
  58 +msgstr "Habilitar"
  59 +
  60 +#: plugins/oauth_client/views/oauth_client_plugin_admin/edit.html.erb:11
  61 +#: plugins/oauth_client/views/oauth_client_plugin_admin/index.html.erb:6
  62 +msgid "Name"
  63 +msgstr "Nome"
  64 +
  65 +#: plugins/oauth_client/views/oauth_client_plugin_admin/edit.html.erb:15
  66 +#: plugins/oauth_client/views/oauth_client_plugin_admin/index.html.erb:7
  67 +msgid "Strategy"
  68 +msgstr "Estratégia"
  69 +
  70 +#: plugins/oauth_client/views/oauth_client_plugin_admin/edit.html.erb:19
  71 +msgid "Client Id"
  72 +msgstr "ID do Cliente"
  73 +
  74 +#: plugins/oauth_client/views/oauth_client_plugin_admin/edit.html.erb:23
  75 +msgid "Client Secret"
  76 +msgstr "Senha do Cliente"
  77 +
  78 +#: plugins/oauth_client/views/oauth_client_plugin_admin/edit.html.erb:32
  79 +msgid "Image:"
  80 +msgstr "Imagem:"
  81 +
  82 +#: plugins/oauth_client/views/oauth_client_plugin_admin/edit.html.erb:32
  83 +msgid "Max size: %s (.jpg, .gif, .png)"
  84 +msgstr "Tamanho máximo: %s (.jpg, .gif, .png)"
  85 +
  86 +#: plugins/oauth_client/views/oauth_client_plugin_admin/edit.html.erb:37
  87 +msgid "Save"
  88 +msgstr "Salvar"
  89 +
  90 +#: plugins/oauth_client/views/oauth_client_plugin_admin/index.html.erb:2
  91 +msgid "Providers"
  92 +msgstr "Provedores"
  93 +
  94 +#: plugins/oauth_client/views/oauth_client_plugin_admin/index.html.erb:3
  95 +msgid "New"
  96 +msgstr "Novo"
  97 +
  98 +#: plugins/oauth_client/views/oauth_client_plugin_admin/index.html.erb:8
  99 +msgid "Actions"
  100 +msgstr "Ações"
  101 +
  102 +#: plugins/oauth_client/views/oauth_client_plugin_admin/index.html.erb:16
  103 +msgid "Edit"
  104 +msgstr "Editar"
  105 +
  106 +#: plugins/oauth_client/views/oauth_client_plugin_admin/index.html.erb:17
  107 +msgid "Remove"
  108 +msgstr "Remover"
  109 +
  110 +#: plugins/oauth_client/views/oauth_client_plugin_admin/index.html.erb:23
  111 +msgid "Go back"
  112 +msgstr "Voltar"
  113 +
  114 +#: plugins/oauth_client/views/auth/_oauth_login.html.erb:3
  115 +msgid "Login with:"
  116 +msgstr "Entrar com:"
  117 +
  118 +#: plugins/oauth_client/views/auth/_oauth_login.html.erb:13
  119 +msgid "Developer Login"
  120 +msgstr "Login do desenvolvedor"
... ...