odoo/addons/auth_oauth/i18n/id.po

233 lines
6.4 KiB
Plaintext

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * auth_oauth
#
# Translators:
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: Odoo 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-21 14:07+0000\n"
"PO-Revision-Date: 2015-12-01 23:23+0000\n"
"Last-Translator: Wahyu Setiawan <wahyusetiaaa@gmail.com>\n"
"Language-Team: Indonesian (http://www.transifex.com/odoo/odoo-8/language/id/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: auth_oauth
#: view:base.config.settings:auth_oauth.view_general_configuration
msgid "- Ceate a new project"
msgstr "- Buat project baru"
#. module: auth_oauth
#: view:base.config.settings:auth_oauth.view_general_configuration
msgid "- Create an oauth client_id"
msgstr "-Buat client_id oauth"
#. module: auth_oauth
#: view:base.config.settings:auth_oauth.view_general_configuration
msgid ""
"- Edit settings and set both Authorized Redirect URIs and Authorized "
"JavaScript Origins to your hostname."
msgstr "-Mengedit setelan dan ditetapkan Authorized Redirect URI dan asal-usul JavaScript berwenang untuk host Anda."
#. module: auth_oauth
#: view:base.config.settings:auth_oauth.view_general_configuration
msgid "- Go to Api Access"
msgstr "-Pergi ke akses Api"
#. module: auth_oauth
#: view:base.config.settings:auth_oauth.view_general_configuration
msgid "- Go to the"
msgstr "-Pergi ke"
#. module: auth_oauth
#: code:addons/auth_oauth/controllers/main.py:100
#, python-format
msgid "Access Denied"
msgstr "Akses Ditolak"
#. module: auth_oauth
#: field:base.config.settings,auth_oauth_facebook_enabled:0
msgid "Allow users to sign in with Facebook"
msgstr "Memperbolehkan pengguna untuk masuk dengan akun Facebook"
#. module: auth_oauth
#: field:base.config.settings,auth_oauth_google_enabled:0
msgid "Allow users to sign in with Google"
msgstr "Memperbolehkan pengguna untuk masuk dengan akun Google"
#. module: auth_oauth
#: field:auth.oauth.provider,enabled:0
msgid "Allowed"
msgstr "Diperbolehkan"
#. module: auth_oauth
#: field:auth.oauth.provider,auth_endpoint:0
msgid "Authentication URL"
msgstr "Otentikasi URL"
#. module: auth_oauth
#: field:auth.oauth.provider,body:0
msgid "Body"
msgstr "Badan"
#. module: auth_oauth
#: field:auth.oauth.provider,css_class:0
msgid "CSS class"
msgstr "Kelas CSS"
#. module: auth_oauth
#: field:auth.oauth.provider,client_id:0
#: field:base.config.settings,auth_oauth_facebook_client_id:0
#: field:base.config.settings,auth_oauth_google_client_id:0
msgid "Client ID"
msgstr "Client ID"
#. module: auth_oauth
#: field:auth.oauth.provider,create_uid:0
msgid "Created by"
msgstr "Dibuat oleh"
#. module: auth_oauth
#: field:auth.oauth.provider,create_date:0
msgid "Created on"
msgstr "Dibuat pada"
#. module: auth_oauth
#: field:auth.oauth.provider,data_endpoint:0
msgid "Data URL"
msgstr "URL Data"
#. module: auth_oauth
#: view:base.config.settings:auth_oauth.view_general_configuration
msgid "Google APIs console"
msgstr "Konsol Google API"
#. module: auth_oauth
#: field:auth.oauth.provider,id:0
msgid "ID"
msgstr "ID"
#. module: auth_oauth
#: field:auth.oauth.provider,write_uid:0
msgid "Last Updated by"
msgstr "Diperbaharui oleh"
#. module: auth_oauth
#: field:auth.oauth.provider,write_date:0
msgid "Last Updated on"
msgstr "Diperbaharui pada"
#. module: auth_oauth
#: view:base.config.settings:auth_oauth.view_general_configuration
msgid "Now copy paste the client_id here:"
msgstr "Sekarang salin tempel client_id disini:"
#. module: auth_oauth
#: field:res.users,oauth_access_token:0
msgid "OAuth Access Token"
msgstr "Token akses OAuth"
#. module: auth_oauth
#: field:res.users,oauth_provider_id:0
msgid "OAuth Provider"
msgstr "Penyedia OAuth"
#. module: auth_oauth
#: model:ir.ui.menu,name:auth_oauth.menu_oauth_providers
msgid "OAuth Providers"
msgstr "Penyedia OAuth"
#. module: auth_oauth
#: sql_constraint:res.users:0
msgid "OAuth UID must be unique per provider"
msgstr "OAuth UID harus unik per penyedia"
#. module: auth_oauth
#: field:res.users,oauth_uid:0
msgid "OAuth User ID"
msgstr "ID pengguna OAuth"
#. module: auth_oauth
#: model:ir.model,name:auth_oauth.model_auth_oauth_provider
msgid "OAuth2 provider"
msgstr "OAuth2 penyedia"
#. module: auth_oauth
#: view:res.users:auth_oauth.view_users_form
msgid "Oauth"
msgstr "Oauth"
#. module: auth_oauth
#: help:res.users,oauth_uid:0
msgid "Oauth Provider user_id"
msgstr "Id penyedia OAuth"
#. module: auth_oauth
#: field:auth.oauth.provider,name:0
msgid "Provider name"
msgstr "Nama penyedia"
#. module: auth_oauth
#: model:ir.actions.act_window,name:auth_oauth.action_oauth_provider
msgid "Providers"
msgstr "Penyedia"
#. module: auth_oauth
#: field:auth.oauth.provider,scope:0
msgid "Scope"
msgstr "Lingkup"
#. module: auth_oauth
#: code:addons/auth_oauth/controllers/main.py:98
#, python-format
msgid "Sign up is not allowed on this database."
msgstr "Pendaftaran tidak diperbolehkan di basisdata ini."
#. module: auth_oauth
#: view:base.config.settings:auth_oauth.view_general_configuration
msgid ""
"To setup the signin process with Google, first you have to perform the "
"following steps:"
msgstr "Untuk men-setup proses signin dengan Google, pertama Anda harus melakukan langkah-langkah berikut:"
#. module: auth_oauth
#: model:ir.model,name:auth_oauth.model_res_users
msgid "Users"
msgstr "Pengguna"
#. module: auth_oauth
#: field:auth.oauth.provider,validation_endpoint:0
msgid "Validation URL"
msgstr "URL validasi"
#. 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 "Anda tidak memiliki akses ke basisdata ini atau undangan anda telah kadaluarsa. Mohon minta undangan dan pastikan untuk mengikuti tautan di email undangan."
#. module: auth_oauth
#: view:auth.oauth.provider:auth_oauth.view_oauth_provider_form
#: view:auth.oauth.provider:auth_oauth.view_oauth_provider_list
msgid "arch"
msgstr "Pelengkung"
#. module: auth_oauth
#: view:base.config.settings:auth_oauth.view_general_configuration
msgid "e.g. 1234-xyz.apps.googleusercontent.com"
msgstr "misal 1234-xyz.apps.googleusercontent.com"
#. module: auth_oauth
#: field:auth.oauth.provider,sequence:0
msgid "unknown"
msgstr "tidak diketahui"