# Translation of Odoo Server. # This file contains the translation of the following modules: # * auth_signup # # Translators: # Martin Trigaux, 2016 # Yenthe Van Ginneken , 2016 # Erwin van der Ploeg , 2016 # Eric Geens , 2016 # Cas Vissers , 2016 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-10-10 08:43+0000\n" "PO-Revision-Date: 2016-10-10 08:43+0000\n" "Last-Translator: Cas Vissers , 2016\n" "Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: auth_signup #: model:mail.template,body_html:auth_signup.reset_password_email msgid "" "\n" "
\n" " \n" " \n" " \n" " \n" "
\n" " \"${user.company_id.name}\"\n" "
\n" "
\n" "
\n" "

Dear ${object.name},

\n" "

A password reset was requested for the Odoo account linked to this email.

\n" "

You may change your password by following this link which will remain valid during 24 hours:

\n" "
\n" " Change password\n" "
\n" "

If you do not expect this, you can safely ignore this email.

\n" "

Best regards,

\n" "
\n" "
\n" " ${user.signature | safe}\n" "

\n" " Sent by ${user.company_id.name} using Odoo\n" "

\n" "
" msgstr "" "\n" "
\n" " \n" " \n" " \n" " \n" "
\n" " \"${user.company_id.name}\"\n" "
\n" "
\n" "
\n" "

Beste ${object.name},

\n" "

Een wachtwoord reset is aangevraagd voor het Odoo account gekoppeld aan dit e-mail adres.

\n" "

Om uw wachtwoord te veranderen kunt u de volgende link volgen welke 24 uur geldig blijft:

\n" "
\n" " Change password\n" "
\n" "

Als u dit niet verwacht, kunt u deze e-mail negeren.

\n" "

Met vriendelijke groet,

\n" "
\n" "
\n" " ${user.signature | safe}\n" "

\n" " Sent by ${user.company_id.name} using Odoo\n" "

\n" "
" #. module: auth_signup #: model:mail.template,body_html:auth_signup.set_password_email msgid "" "\n" "
\n" " \n" " \n" " \n" " \n" "
\n" " \"${user.company_id.name}\"\n" "
\n" "
\n" "
\n" "

Dear ${object.name},

\n" "

\n" " You have been invited to connect to \"${object.company_id.name}\" in order to get access to your documents in Odoo.\n" "

\n" "

\n" " To accept the invitation, click on the following link:\n" "

\n" " \n" "

Best regards,

\n" "
\n" "
\n" " ${user.signature | safe}\n" "

\n" " Sent by ${user.company_id.name} using Odoo\n" "

\n" "
" msgstr "" "\n" "
\n" " \n" " \n" " \n" " \n" "
\n" " \"${user.company_id.name}\"\n" "
\n" "
\n" "
\n" "

Beste ${object.name},

\n" "

\n" " U bent uitgenodigd door \"${object.company_id.name}\" om toegang te krijgen tot Odoo.\n" "

\n" "

\n" " Om de uitnodiging te accepteren, klik de volgende link:\n" "

\n" " \n" "

Met vriendelijke groet,

\n" "
\n" "
\n" " ${user.signature | safe}\n" "

\n" " Sent by ${user.company_id.name} using Odoo\n" "

\n" "
" #. module: auth_signup #: model:mail.template,subject:auth_signup.set_password_email msgid "${object.company_id.name} invitation to connect on Odoo" msgstr "${object.company_id.name} uitnodiging om te verbinden met Odoo" #. module: auth_signup #: model:ir.ui.view,arch_db:auth_signup.res_users_form_view msgid "" "A password reset has been requested for this user. An email " "containing the following link has been sent:" msgstr "" "Voor deze gebruiker werd een aanvraag ingediend om het wachtwoord " "opnieuw in te stellen. Een e-mail werd verzonden met de volgende " "link:" #. module: auth_signup #: model:ir.ui.view,arch_db:auth_signup.res_users_form_view msgid "" "An invitation email containing the following subscription link has " "been sent:" msgstr "" "Een uitnodigingsemail met de volgende koppeling is " "verzonden:" #. module: auth_signup #: model:ir.model.fields,field_description:auth_signup.field_base_config_settings_auth_signup_uninvited msgid "Allow external users to sign up" msgstr "Toestaan dat externe gebruikers inloggen" #. module: auth_signup #: code:addons/auth_signup/controllers/main.py:61 #, python-format msgid "An email has been sent with credentials to reset your password" msgstr "" "Er is een e-mail verzonden met informatie over het resetten van uw " "wachtwoord." #. module: auth_signup #: code:addons/auth_signup/controllers/main.py:38 #, python-format msgid "Another user is already registered using this email address." msgstr "Er is al een gebruiker geregistreerd met dit e-mailadres." #. module: auth_signup #: code:addons/auth_signup/controllers/main.py:111 #, python-format msgid "Authentication Failed." msgstr "Authenticatie mislukt." #. module: auth_signup #: model:ir.ui.view,arch_db:auth_signup.reset_password #: model:ir.ui.view,arch_db:auth_signup.signup msgid "Back to Login" msgstr "Terug naar login" #. module: auth_signup #: code:addons/auth_signup/models/res_users.py:135 #, python-format msgid "Cannot send email: user %s has no email address." msgstr "" "E-mail kan niet verzonden worden: gebruiker %s heeft geen e-mailadres. " #. module: auth_signup #: model:ir.ui.view,arch_db:auth_signup.reset_password msgid "Confirm" msgstr "Bevestigen" #. module: auth_signup #: model:ir.ui.view,arch_db:auth_signup.fields msgid "Confirm Password" msgstr "Bevestig wachtwoord" #. module: auth_signup #: selection:res.users,state:0 msgid "Confirmed" msgstr "Bevestigd" #. module: auth_signup #: code:addons/auth_signup/controllers/main.py:41 #, python-format msgid "Could not create a new account." msgstr "Het was niet mogelijk een nieuw account aan te maken." #. module: auth_signup #: code:addons/auth_signup/controllers/main.py:63 #, python-format msgid "Could not reset your password" msgstr "Uw wachtwoord kon niet reset worden" #. module: auth_signup #: model:ir.model.fields,field_description:auth_signup.field_base_config_settings_auth_signup_reset_password msgid "Enable password reset from Login page" msgstr "Wachtwoord reset vanaf login pagina toestaan" #. module: auth_signup #: model:ir.model.fields,help:auth_signup.field_base_config_settings_auth_signup_uninvited msgid "If unchecked, only invited users may sign up." msgstr "Indien uitgevinkt kunnen alleen uitgenodigde gebruikers aanmelden" #. module: auth_signup #: code:addons/auth_signup/controllers/main.py:91 #, python-format msgid "Invalid signup token" msgstr "Aanmeld toekenning ongeldig" #. module: auth_signup #: selection:res.users,state:0 msgid "Never Connected" msgstr "Nog nooit verbonden" #. module: auth_signup #: model:ir.model,name:auth_signup.model_res_partner msgid "Partner" msgstr "Relatie" #. module: auth_signup #: model:ir.ui.view,arch_db:auth_signup.fields msgid "Password" msgstr "Wachtwoord" #. module: auth_signup #: model:mail.template,subject:auth_signup.reset_password_email msgid "Password reset" msgstr "Reset wachtwoord" #. module: auth_signup #: model:ir.ui.view,arch_db:auth_signup.login msgid "Reset Password" msgstr "Wachtwoord vergeten?" #. module: auth_signup #: code:addons/auth_signup/models/res_users.py:108 #, python-format msgid "Reset password: invalid username or email" msgstr "Reset wachtwoord: Ongeldige gebruikersnaam en wachtwoord" #. module: auth_signup #: model:ir.ui.view,arch_db:auth_signup.res_users_form_view msgid "Send Reset Password Instructions" msgstr "Verstuur wachtwoord reset instructies" #. module: auth_signup #: model:ir.ui.view,arch_db:auth_signup.res_users_form_view msgid "Send an Invitation Email" msgstr "Verstuur een uitnodigingsmail" #. module: auth_signup #: model:ir.ui.view,arch_db:auth_signup.login #: model:ir.ui.view,arch_db:auth_signup.signup msgid "Sign up" msgstr "Aanmelden" #. module: auth_signup #: model:ir.model.fields,field_description:auth_signup.field_res_partner_signup_type #: model:ir.model.fields,field_description:auth_signup.field_res_users_signup_type msgid "Signup Token Type" msgstr "Aanmeld token soort" #. module: auth_signup #: model:ir.model.fields,field_description:auth_signup.field_res_partner_signup_valid #: model:ir.model.fields,field_description:auth_signup.field_res_users_signup_valid msgid "Signup Token is Valid" msgstr "Aanmeld token is geldig" #. module: auth_signup #: model:ir.model.fields,field_description:auth_signup.field_res_partner_signup_url #: model:ir.model.fields,field_description:auth_signup.field_res_users_signup_url msgid "Signup URL" msgstr "URL voor aanmelden" #. module: auth_signup #: model:ir.model.fields,field_description:auth_signup.field_res_partner_signup_expiration #: model:ir.model.fields,field_description:auth_signup.field_res_users_signup_expiration msgid "Signup expiration" msgstr "Aanmeld verlopen" #. module: auth_signup #: model:ir.model.fields,field_description:auth_signup.field_res_partner_signup_token #: model:ir.model.fields,field_description:auth_signup.field_res_users_signup_token msgid "Signup token" msgstr "Aanmeld token" #. module: auth_signup #: model:ir.model.fields,field_description:auth_signup.field_res_users_state msgid "Status" msgstr "Status" #. module: auth_signup #: model:ir.model.fields,field_description:auth_signup.field_base_config_settings_auth_signup_template_user_id msgid "Template user for new users created through signup" msgstr "" "Sjabloon gebruiker voor het aanmaken van nieuwe gebruikers, bij aanmelden" #. module: auth_signup #: model:ir.model.fields,help:auth_signup.field_res_users_website_url msgid "The full URL to access the document through the website." msgstr "De volledige URL om het document te kunnen raadplegen via de website." #. module: auth_signup #: model:ir.model.fields,help:auth_signup.field_base_config_settings_auth_signup_reset_password msgid "This allows users to trigger a password reset from the Login page." msgstr "" "Dit geeft gebruikers de mogelijkheid om het wachtwoord te resetten vanaf de " "login pagina." #. module: auth_signup #: model:ir.model,name:auth_signup.model_res_users msgid "Users" msgstr "Gebruikers" #. module: auth_signup #: model:ir.model.fields,field_description:auth_signup.field_res_users_website_published msgid "Visible in Website" msgstr "Zichtbaar in website" #. module: auth_signup #: model:ir.model.fields,field_description:auth_signup.field_res_users_website_description msgid "Website Partner Full Description" msgstr "Website relatie volledige omschrijving" #. module: auth_signup #: model:ir.model.fields,field_description:auth_signup.field_res_users_website_short_description msgid "Website Partner Short Description" msgstr "Website relatie korte omschrijving" #. module: auth_signup #: model:ir.model.fields,field_description:auth_signup.field_res_users_website_url msgid "Website URL" msgstr "Website URL" #. module: auth_signup #: model:ir.model.fields,field_description:auth_signup.field_res_users_website_meta_description msgid "Website meta description" msgstr "Website meta omschrijving" #. module: auth_signup #: model:ir.model.fields,field_description:auth_signup.field_res_users_website_meta_keywords msgid "Website meta keywords" msgstr "Website meta trefwoorden" #. module: auth_signup #: model:ir.model.fields,field_description:auth_signup.field_res_users_website_meta_title msgid "Website meta title" msgstr "Website meta titel" #. module: auth_signup #: model:ir.ui.view,arch_db:auth_signup.fields #: model:ir.ui.view,arch_db:auth_signup.reset_password msgid "Your Email" msgstr "Uw e-mail" #. module: auth_signup #: model:ir.ui.view,arch_db:auth_signup.fields msgid "Your Name" msgstr "Uw naam" #. module: auth_signup #: model:ir.model,name:auth_signup.model_base_config_settings msgid "base.config.settings" msgstr "base.config.settings" #. module: auth_signup #: model:ir.ui.view,arch_db:auth_signup.fields msgid "e.g. John Doe" msgstr "b.v. John Doe"