# Translation of Odoo Server. # This file contains the translation of the following modules: # * auth_oauth # # Translators: # Martin Trigaux , 2017 # Gustavo Valverde , 2017 # Ivan Nieto , 2017 # Antonio Trueba , 2017 # Mateo Tibaquirá Palacios , 2017 # José Vicente , 2017 # Luis M. Ontalba , 2017 # Lina Maria Avendaño Carvajal , 2017 # oihane , 2017 # Ana Juaristi , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-10-24 09:00+0000\n" "PO-Revision-Date: 2017-10-24 09:00+0000\n" "Last-Translator: Ana Juaristi , 2017\n" "Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: auth_oauth #: model:ir.ui.view,arch_db:auth_oauth.res_config_settings_view_form msgid "Tutorial" msgstr "Tutorial" #. module: auth_oauth #: code:addons/auth_oauth/controllers/main.py:100 #, python-format msgid "Access Denied" msgstr "Acceso Denegado" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_res_config_settings_auth_oauth_google_enabled msgid "Allow users to sign in with Google" msgstr "Permitir a los usuarios ingresar con Google" #. module: auth_oauth #: model:ir.ui.view,arch_db:auth_oauth.res_config_settings_view_form msgid "Allow users to sign in with their Google account" msgstr "Permitir a los usuarios firmar con su cuenta Google" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_auth_oauth_provider_enabled msgid "Allowed" msgstr "Permitido" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_auth_oauth_provider_auth_endpoint msgid "Authentication URL" msgstr "URL Autenticación" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_auth_oauth_provider_body msgid "Body" msgstr "Contenido" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_auth_oauth_provider_css_class msgid "CSS class" msgstr "Clase CSS" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_auth_oauth_provider_client_id #: model:ir.model.fields,field_description:auth_oauth.field_res_config_settings_auth_oauth_google_client_id msgid "Client ID" msgstr "Id. de cliente" #. module: auth_oauth #: model:ir.ui.view,arch_db:auth_oauth.res_config_settings_view_form msgid "Client ID:" msgstr "" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_auth_oauth_provider_create_uid msgid "Created by" msgstr "Creado por" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_auth_oauth_provider_create_date msgid "Created on" msgstr "Creado el" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_auth_oauth_provider_data_endpoint msgid "Data URL" msgstr "URL de los datos" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_auth_oauth_provider_display_name msgid "Display Name" msgstr "Nombre a Mostrar" #. module: auth_oauth #: model:ir.ui.view,arch_db:auth_oauth.res_config_settings_view_form msgid "Google Authentication" msgstr "Autentificación Google" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_auth_oauth_provider_id msgid "ID" msgstr "ID" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_auth_oauth_provider___last_update msgid "Last Modified on" msgstr "Última Modificación en" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_auth_oauth_provider_write_uid msgid "Last Updated by" msgstr "Última Actualización por" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_auth_oauth_provider_write_date msgid "Last Updated on" msgstr "Última Actualización el" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_res_users_oauth_access_token msgid "OAuth Access Token" msgstr "Palabra de acceso (token) OAuth" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_res_users_oauth_provider_id msgid "OAuth Provider" msgstr "Proveedor OAuth" #. module: auth_oauth #: model:ir.ui.menu,name:auth_oauth.menu_oauth_providers #: model:ir.ui.view,arch_db:auth_oauth.res_config_settings_view_form msgid "OAuth Providers" msgstr "Proveedores OAuth" #. module: auth_oauth #: sql_constraint:res.users:0 msgid "OAuth UID must be unique per provider" msgstr "El id. de usuario OAuth debe ser único por proveedor" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_res_users_oauth_uid msgid "OAuth User ID" msgstr "Id. de usuario OAuth" #. module: auth_oauth #: model:ir.model,name:auth_oauth.model_auth_oauth_provider msgid "OAuth2 provider" msgstr "Proveedor OAuth2" #. module: auth_oauth #: model:ir.ui.view,arch_db:auth_oauth.view_users_form msgid "Oauth" msgstr "Oauth" #. module: auth_oauth #: model:ir.model.fields,help:auth_oauth.field_res_users_oauth_uid msgid "Oauth Provider user_id" msgstr "Id. de usuario OAuth para el proveedor" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_auth_oauth_provider_name msgid "Provider name" msgstr "Nombre proveedor" #. module: auth_oauth #: model:ir.actions.act_window,name:auth_oauth.action_oauth_provider msgid "Providers" msgstr "Proveedores" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_auth_oauth_provider_scope msgid "Scope" msgstr "Ámbito" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_auth_oauth_provider_sequence msgid "Sequence" msgstr "Secuencia" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_res_config_settings_server_uri_google msgid "Server uri" msgstr "Servidor uri" #. module: auth_oauth #: code:addons/auth_oauth/controllers/main.py:98 #, python-format msgid "Sign up is not allowed on this database." msgstr "No se permiten registros en esta base de datos." #. module: auth_oauth #: model:ir.model,name:auth_oauth.model_res_users msgid "Users" msgstr "Usuarios" #. module: auth_oauth #: model:ir.model.fields,field_description:auth_oauth.field_auth_oauth_provider_validation_endpoint msgid "Validation URL" msgstr "URL de validación" #. module: auth_oauth #: code:addons/auth_oauth/controllers/main.py:102 #, python-format msgid "" "You do not have access to this database or your invitation has expired. " "Please ask for an invitation and be sure to follow the link in your " "invitation email." msgstr "" "No tiene acceso a esta base de datos o su invitación ha expirado. Por favor " "pida una invitación y asegúrese de pulsar en el enlace en el correo de " "invitación." #. module: auth_oauth #: model:ir.ui.view,arch_db:auth_oauth.view_oauth_provider_form #: model:ir.ui.view,arch_db:auth_oauth.view_oauth_provider_tree msgid "arch" msgstr "arquitectura" #. module: auth_oauth #: model:ir.ui.view,arch_db:auth_oauth.res_config_settings_view_form msgid "e.g. 1234-xyz.apps.googleusercontent.com" msgstr "ej.. 1234-xyz.apps.googleusercontent.com" #. module: auth_oauth #: model:ir.model,name:auth_oauth.model_ir_config_parameter msgid "ir.config_parameter" msgstr "ir.config_parameter" #. module: auth_oauth #: model:ir.model,name:auth_oauth.model_res_config_settings msgid "res.config.settings" msgstr "res.config.settings"